Html Css Color HEX #CA1EEC Electric Purple

📋 copy color: '#CA1EEC'

red 202 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #CA1EEC

Tints of Electric Purple #CA1EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.41%

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

R = 43.16%
G = 6.41%
B = 50.43%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA1EEC (or 0xCA1EEC) is known color: Electric Purple. HEX triplet: CA, 1E and EC. RGB value is (202,30,236). Sum of RGB (Red+Green+Blue) = 202+30+236=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EEC is #35E113. Grayscale: #686868. Windows color (decimal): -3531028 or 15474378. OLE color: 15474378.

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

Color convert

RGB 202 30 236 -
CMYK 0.14 0.87 0 0.07
HSL 290.1º 0.84% 0.52% -
HSV(B) 290.1º 0.87% 0.93% -
XYZ 39.96 19.54 81.02 -
YUV 104.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 202 30 236 0.14 0.87 0 0.07 290.1 0.84 0.52
Hex CA 1E EC E 57 0 7 122 54 34
Octal 312 36 354 16 127 0 7 442 124 64
Binary 11001010 11110 11101100 1110 1010111 0 111 100100010 1010100 110100

Color Harmonies of #CA1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EEC

Black with #CA1EEC

Text Example


Text Example

White with #CA1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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