Html Css Color HEX #CA1DEC Electric Purple

📋 copy color: '#CA1DEC'

red 202 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #CA1DEC

Tints of Electric Purple #CA1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.21%

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

R = 43.25%
G = 6.21%
B = 50.54%

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

#CA1DEC (or 0xCA1DEC) is known color: Electric Purple. HEX triplet: CA, 1D and EC. RGB value is (202,29,236). Sum of RGB (Red+Green+Blue) = 202+29+236=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DEC is #35E213. Grayscale: #676767. Windows color (decimal): -3531284 or 15474122. OLE color: 15474122.

HSL color Cylindrical-coordinate representation of color #CA1DEC: hue angle of 290.14º degrees, saturation: 0.84, 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 #CA1DEC is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 29 236 -
CMYK 0.14 0.88 0 0.07
HSL 290.14º 0.84% 0.52% -
HSV(B) 290.14º 0.88% 0.93% -
XYZ 39.94 19.49 81.01 -
YUV 104.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 202 29 236 0.14 0.88 0 0.07 290.14 0.84 0.52
Hex CA 1D EC E 58 0 7 122 54 34
Octal 312 35 354 16 130 0 7 442 124 64
Binary 11001010 11101 11101100 1110 1011000 0 111 100100010 1010100 110100

Color Harmonies of #CA1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DEC

Black with #CA1DEC

Text Example


Text Example

White with #CA1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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