Html Css Color HEX #CA12F6 Electric Purple

📋 copy color: '#CA12F6'

red 202 ◦ green 18 ◦ blue 246

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

Shades of Electric Purple #CA12F6

Tints of Electric Purple #CA12F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.79%

R = 43.35%
G = 3.86%
B = 52.79%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA12F6 (or 0xCA12F6) is known color: Electric Purple. HEX triplet: CA, 12 and F6. RGB value is (202,18,246). Sum of RGB (Red+Green+Blue) = 202+18+246=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA12F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12F6 is #35ED09. Grayscale: #626262. Windows color (decimal): -3534090 or 16126666. OLE color: 16126666.

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

Color convert

RGB 202 18 246 -
CMYK 0.18 0.93 0 0.04
HSL 288.42º 0.93% 0.52% -
HSV(B) 288.42º 0.93% 0.96% -
XYZ 41.21 19.64 88.81 -
YUV 99.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 202 18 246 0.18 0.93 0 0.04 288.42 0.93 0.52
Hex CA 12 F6 12 5D 0 4 120 5D 34
Octal 312 22 366 22 135 0 4 440 135 64
Binary 11001010 10010 11110110 10010 1011101 0 100 100100000 1011101 110100

Color Harmonies of #CA12F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12F6

Black with #CA12F6

Text Example


Text Example

White with #CA12F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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