Html Css Color HEX #CA06E9 Electric Purple

📋 copy color: '#CA06E9'

red 202 ◦ green 6 ◦ blue 233

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

Shades of Electric Purple #CA06E9

Tints of Electric Purple #CA06E9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 45.8%
G = 1.36%
B = 52.83%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA06E9 (or 0xCA06E9) is known color: Electric Purple. HEX triplet: CA, 06 and E9. RGB value is (202,6,233). Sum of RGB (Red+Green+Blue) = 202+6+233=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA06E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06E9 is #35F916. Grayscale: #595959. Windows color (decimal): -3537175 or 15271626. OLE color: 15271626.

HSL color Cylindrical-coordinate representation of color #CA06E9: hue angle of 291.81º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA06E9 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 6 233 -
CMYK 0.13 0.97 0 0.09
HSL 291.81º 0.95% 0.47% -
HSV(B) 291.81º 0.97% 0.91% -
XYZ 39.13 18.57 78.61 -
YUV 90.48 208.43 207.54 -
System Red Green Blue C M Y K H S L
Decimal 202 6 233 0.13 0.97 0 0.09 291.81 0.95 0.47
Hex CA 6 E9 D 61 0 9 124 5F 2F
Octal 312 6 351 15 141 0 11 444 137 57
Binary 11001010 110 11101001 1101 1100001 0 1001 100100100 1011111 101111

Color Harmonies of #CA06E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06E9

Black with #CA06E9

Text Example


Text Example

White with #CA06E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06E9; }

 p { color: rgb(202,6,233); }

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

background-color css

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

 a { background-color: rgb(202,6,233); }

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

border-color css

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

 span { border-color: rgb(202,6,233); }

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