Html Css Color HEX #CA12EC Electric Purple

📋 copy color: '#CA12EC'

red 202 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #CA12EC

Tints of Electric Purple #CA12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

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

R = 44.3%
G = 3.95%
B = 51.75%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA12EC (or 0xCA12EC) is known color: Electric Purple. HEX triplet: CA, 12 and EC. RGB value is (202,18,236). Sum of RGB (Red+Green+Blue) = 202+18+236=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12EC is #35ED13. Grayscale: #616161. Windows color (decimal): -3534100 or 15471306. OLE color: 15471306.

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

Color convert

RGB 202 18 236 -
CMYK 0.14 0.92 0 0.07
HSL 290.64º 0.86% 0.5% -
HSV(B) 290.64º 0.92% 0.93% -
XYZ 39.71 19.05 80.94 -
YUV 97.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 202 18 236 0.14 0.92 0 0.07 290.64 0.86 0.5
Hex CA 12 EC E 5C 0 7 123 56 32
Octal 312 22 354 16 134 0 7 443 126 62
Binary 11001010 10010 11101100 1110 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CA12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12EC

Black with #CA12EC

Text Example


Text Example

White with #CA12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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