Html Css Color HEX #C10CFD Electric Purple

📋 copy color: '#C10CFD'

red 193 ◦ green 12 ◦ blue 253

#C10CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C10CFD

Tints of Electric Purple #C10CFD

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

 GREEN value IS 12 (5.08% from 255) = 2.62%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 42.14%
G = 2.62%
B = 55.24%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C10CFD (or 0xC10CFD) is known color: Electric Purple. HEX triplet: C1, 0C and FD. RGB value is (193,12,253). Sum of RGB (Red+Green+Blue) = 193+12+253=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C10CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CFD is #3EF302. Grayscale: #5C5C5C. Windows color (decimal): -4125443 or 16583873. OLE color: 16583873.

HSL color Cylindrical-coordinate representation of color #C10CFD: hue angle of 285.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CFD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 12 253 -
CMYK 0.24 0.95 0 0.01
HSL 285.06º 0.98% 0.52% -
HSV(B) 285.06º 0.95% 0.99% -
XYZ 39.85 18.69 94.44 -
YUV 93.59 217.97 198.9 -
System Red Green Blue C M Y K H S L
Decimal 193 12 253 0.24 0.95 0 0.01 285.06 0.98 0.52
Hex C1 C FD 18 5F 0 1 11D 62 34
Octal 301 14 375 30 137 0 1 435 142 64
Binary 11000001 1100 11111101 11000 1011111 0 1 100011101 1100010 110100

Color Harmonies of #C10CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CFD

Black with #C10CFD

Text Example


Text Example

White with #C10CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CFD; }

 p { color: rgb(193,12,253); }

 H1.HeaderClassName
 {
   color: #C10CFD;
 }
 .AnyTagClassName
 {
   color: #C10CFD;
 }
</style>

background-color css

<style>
 a { background-color: #C10CFD; }

 a { background-color: rgb(193,12,253); }

 div.DivClassName
 {
   background-color: #C10CFD;
 }
 .BgClassName
 {
   background-color: #C10CFD;
 }
</style>

border-color css

<style>
 span { border-color: #C10CFD; }

 span { border-color: rgb(193,12,253); }

 td.TdClassName
 {
   border-color: #C10CFD;
 }
 .TagClassName
 {
   border-color: #C10CFD;
 }
</style>