Html Css Color HEX #CA09EC Electric Purple

📋 copy color: '#CA09EC'

red 202 ◦ green 9 ◦ blue 236

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

Shades of Electric Purple #CA09EC

Tints of Electric Purple #CA09EC

RGB

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

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

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

R = 45.19%
G = 2.01%
B = 52.8%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA09EC (or 0xCA09EC) is known color: Electric Purple. HEX triplet: CA, 09 and EC. RGB value is (202,9,236). Sum of RGB (Red+Green+Blue) = 202+9+236=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA09EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09EC is #35F613. Grayscale: #5B5B5B. Windows color (decimal): -3536404 or 15469002. OLE color: 15469002.

HSL color Cylindrical-coordinate representation of color #CA09EC: hue angle of 291.01º 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 #CA09EC is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 9 236 -
CMYK 0.14 0.96 0 0.07
HSL 291.01º 0.93% 0.48% -
HSV(B) 291.01º 0.96% 0.93% -
XYZ 39.6 18.81 80.9 -
YUV 92.59 208.94 206.04 -
System Red Green Blue C M Y K H S L
Decimal 202 9 236 0.14 0.96 0 0.07 291.01 0.93 0.48
Hex CA 9 EC E 60 0 7 123 5D 30
Octal 312 11 354 16 140 0 7 443 135 60
Binary 11001010 1001 11101100 1110 1100000 0 111 100100011 1011101 110000

Color Harmonies of #CA09EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09EC

Black with #CA09EC

Text Example


Text Example

White with #CA09EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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