Html Css Color HEX #CA06EA Electric Purple

📋 copy color: '#CA06EA'

red 202 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #CA06EA

Tints of Electric Purple #CA06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 45.7%
G = 1.36%
B = 52.94%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA06EA (or 0xCA06EA) is known color: Electric Purple. HEX triplet: CA, 06 and EA. RGB value is (202,6,234). Sum of RGB (Red+Green+Blue) = 202+6+234=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06EA is #35F915. Grayscale: #595959. Windows color (decimal): -3537174 or 15337162. OLE color: 15337162.

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

Color convert

RGB 202 6 234 -
CMYK 0.14 0.97 0 0.08
HSL 291.58º 0.95% 0.47% -
HSV(B) 291.58º 0.97% 0.92% -
XYZ 39.27 18.63 79.37 -
YUV 90.6 208.93 207.46 -
System Red Green Blue C M Y K H S L
Decimal 202 6 234 0.14 0.97 0 0.08 291.58 0.95 0.47
Hex CA 6 EA E 61 0 8 124 5F 2F
Octal 312 6 352 16 141 0 10 444 137 57
Binary 11001010 110 11101010 1110 1100001 0 1000 100100100 1011111 101111

Color Harmonies of #CA06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06EA

Black with #CA06EA

Text Example


Text Example

White with #CA06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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