Html Css Color HEX #CA06EC Electric Purple

📋 copy color: '#CA06EC'

red 202 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #CA06EC

Tints of Electric Purple #CA06EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 45.5%
G = 1.35%
B = 53.15%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA06EC (or 0xCA06EC) is known color: Electric Purple. HEX triplet: CA, 06 and EC. RGB value is (202,6,236). Sum of RGB (Red+Green+Blue) = 202+6+236=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06EC is #35F913. Grayscale: #5A5A5A. Windows color (decimal): -3537172 or 15468234. OLE color: 15468234.

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

Color convert

RGB 202 6 236 -
CMYK 0.14 0.97 0 0.07
HSL 291.13º 0.95% 0.47% -
HSV(B) 291.13º 0.97% 0.93% -
XYZ 39.56 18.74 80.89 -
YUV 90.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 202 6 236 0.14 0.97 0 0.07 291.13 0.95 0.47
Hex CA 6 EC E 61 0 7 123 5F 2F
Octal 312 6 354 16 141 0 7 443 137 57
Binary 11001010 110 11101100 1110 1100001 0 111 100100011 1011111 101111

Color Harmonies of #CA06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06EC

Black with #CA06EC

Text Example


Text Example

White with #CA06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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