Html Css Color HEX #CA09EE Electric Purple

📋 copy color: '#CA09EE'

red 202 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #CA09EE

Tints of Electric Purple #CA09EE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 44.99%
G = 2%
B = 53.01%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA09EE (or 0xCA09EE) is known color: Electric Purple. HEX triplet: CA, 09 and EE. RGB value is (202,9,238). Sum of RGB (Red+Green+Blue) = 202+9+238=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09EE is #35F611. Grayscale: #5C5C5C. Windows color (decimal): -3536402 or 15600074. OLE color: 15600074.

HSL color Cylindrical-coordinate representation of color #CA09EE: hue angle of 290.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09EE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 9 238 -
CMYK 0.15 0.96 0 0.07
HSL 290.57º 0.93% 0.48% -
HSV(B) 290.57º 0.96% 0.93% -
XYZ 39.89 18.92 82.44 -
YUV 92.81 209.94 205.88 -
System Red Green Blue C M Y K H S L
Decimal 202 9 238 0.15 0.96 0 0.07 290.57 0.93 0.48
Hex CA 9 EE F 60 0 7 123 5D 30
Octal 312 11 356 17 140 0 7 443 135 60
Binary 11001010 1001 11101110 1111 1100000 0 111 100100011 1011101 110000

Color Harmonies of #CA09EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09EE

Black with #CA09EE

Text Example


Text Example

White with #CA09EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09EE; }

 p { color: rgb(202,9,238); }

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

background-color css

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

 a { background-color: rgb(202,9,238); }

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

border-color css

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

 span { border-color: rgb(202,9,238); }

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