Html Css Color HEX #CA0CF6 Electric Purple

📋 copy color: '#CA0CF6'

red 202 ◦ green 12 ◦ blue 246

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

Shades of Electric Purple #CA0CF6

Tints of Electric Purple #CA0CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 43.91%
G = 2.61%
B = 53.48%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA0CF6 (or 0xCA0CF6) is known color: Electric Purple. HEX triplet: CA, 0C and F6. RGB value is (202,12,246). Sum of RGB (Red+Green+Blue) = 202+12+246=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA0CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CF6 is #35F309. Grayscale: #5E5E5E. Windows color (decimal): -3535626 or 16125130. OLE color: 16125130.

HSL color Cylindrical-coordinate representation of color #CA0CF6: hue angle of 288.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CF6 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 12 246 -
CMYK 0.18 0.95 0 0.04
HSL 288.72º 0.93% 0.51% -
HSV(B) 288.72º 0.95% 0.96% -
XYZ 41.12 19.47 88.78 -
YUV 95.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 202 12 246 0.18 0.95 0 0.04 288.72 0.93 0.51
Hex CA C F6 12 5F 0 4 121 5D 33
Octal 312 14 366 22 137 0 4 441 135 63
Binary 11001010 1100 11110110 10010 1011111 0 100 100100001 1011101 110011

Color Harmonies of #CA0CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CF6

Black with #CA0CF6

Text Example


Text Example

White with #CA0CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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