Html Css Color HEX #CA12FF Electric Purple

📋 copy color: '#CA12FF'

red 202 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #CA12FF

Tints of Electric Purple #CA12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 42.53%
G = 3.79%
B = 53.68%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA12FF (or 0xCA12FF) is known color: Electric Purple. HEX triplet: CA, 12 and FF. RGB value is (202,18,255). Sum of RGB (Red+Green+Blue) = 202+18+255=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12FF is #35ED00. Grayscale: #636363. Windows color (decimal): -3534081 or 16716490. OLE color: 16716490.

HSL color Cylindrical-coordinate representation of color #CA12FF: hue angle of 286.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA12FF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 18 255 -
CMYK 0.21 0.93 0 0
HSL 286.58º 1% 0.54% -
HSV(B) 286.58º 0.93% 1% -
XYZ 42.62 20.21 96.26 -
YUV 100.03 215.46 200.73 -
System Red Green Blue C M Y K H S L
Decimal 202 18 255 0.21 0.93 0 0 286.58 1 0.54
Hex CA 12 FF 15 5D 0 0 11F 64 36
Octal 312 22 377 25 135 0 0 437 144 66
Binary 11001010 10010 11111111 10101 1011101 0 0 100011111 1100100 110110

Color Harmonies of #CA12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12FF

Black with #CA12FF

Text Example


Text Example

White with #CA12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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