Html Css Color HEX #CA1CEC Electric Purple

📋 copy color: '#CA1CEC'

red 202 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #CA1CEC

Tints of Electric Purple #CA1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 43.35%
G = 6.01%
B = 50.64%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA1CEC (or 0xCA1CEC) is known color: Electric Purple. HEX triplet: CA, 1C and EC. RGB value is (202,28,236). Sum of RGB (Red+Green+Blue) = 202+28+236=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CEC is #35E313. Grayscale: #676767. Windows color (decimal): -3531540 or 15473866. OLE color: 15473866.

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

Color convert

RGB 202 28 236 -
CMYK 0.14 0.88 0 0.07
HSL 290.19º 0.85% 0.52% -
HSV(B) 290.19º 0.88% 0.93% -
XYZ 39.91 19.44 81.01 -
YUV 103.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 202 28 236 0.14 0.88 0 0.07 290.19 0.85 0.52
Hex CA 1C EC E 58 0 7 122 55 34
Octal 312 34 354 16 130 0 7 442 125 64
Binary 11001010 11100 11101100 1110 1011000 0 111 100100010 1010101 110100

Color Harmonies of #CA1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CEC

Black with #CA1CEC

Text Example


Text Example

White with #CA1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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