Html Css Color HEX #CA10EC Electric Purple

📋 copy color: '#CA10EC'

red 202 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #CA10EC

Tints of Electric Purple #CA10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.52%

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

R = 44.49%
G = 3.52%
B = 51.98%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA10EC (or 0xCA10EC) is known color: Electric Purple. HEX triplet: CA, 10 and EC. RGB value is (202,16,236). Sum of RGB (Red+Green+Blue) = 202+16+236=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10EC is #35EF13. Grayscale: #606060. Windows color (decimal): -3534612 or 15470794. OLE color: 15470794.

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

Color convert

RGB 202 16 236 -
CMYK 0.14 0.93 0 0.07
HSL 290.73º 0.87% 0.49% -
HSV(B) 290.73º 0.93% 0.93% -
XYZ 39.68 18.98 80.93 -
YUV 96.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 202 16 236 0.14 0.93 0 0.07 290.73 0.87 0.49
Hex CA 10 EC E 5D 0 7 123 57 31
Octal 312 20 354 16 135 0 7 443 127 61
Binary 11001010 10000 11101100 1110 1011101 0 111 100100011 1010111 110001

Color Harmonies of #CA10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10EC

Black with #CA10EC

Text Example


Text Example

White with #CA10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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