Html Css Color HEX #CA0CFC Electric Purple

📋 copy color: '#CA0CFC'

red 202 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #CA0CFC

Tints of Electric Purple #CA0CFC

RGB

 RED value IS 202 (79.3% from 255) = 43.35%

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 43.35%
G = 2.58%
B = 54.08%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA0CFC (or 0xCA0CFC) is known color: Electric Purple. HEX triplet: CA, 0C and FC. RGB value is (202,12,252). Sum of RGB (Red+Green+Blue) = 202+12+252=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA0CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CFC is #35F303. Grayscale: #5F5F5F. Windows color (decimal): -3535620 or 16518346. OLE color: 16518346.

HSL color Cylindrical-coordinate representation of color #CA0CFC: hue angle of 287.5º 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 #CA0CFC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 12 252 -
CMYK 0.20 0.95 0 0.01
HSL 287.5º 0.98% 0.52% -
HSV(B) 287.5º 0.95% 0.99% -
XYZ 42.06 19.85 93.71 -
YUV 96.17 215.95 203.49 -
System Red Green Blue C M Y K H S L
Decimal 202 12 252 0.20 0.95 0 0.01 287.5 0.98 0.52
Hex CA C FC 14 5F 0 1 120 62 34
Octal 312 14 374 24 137 0 1 440 142 64
Binary 11001010 1100 11111100 10100 1011111 0 1 100100000 1100010 110100

Color Harmonies of #CA0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CFC

Black with #CA0CFC

Text Example


Text Example

White with #CA0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CFC; }

 p { color: rgb(202,12,252); }

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

background-color css

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

 a { background-color: rgb(202,12,252); }

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

border-color css

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

 span { border-color: rgb(202,12,252); }

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