Html Css Color HEX #CA1DEE Electric Purple

📋 copy color: '#CA1DEE'

red 202 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #CA1DEE

Tints of Electric Purple #CA1DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 43.07%
G = 6.18%
B = 50.75%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA1DEE (or 0xCA1DEE) is known color: Electric Purple. HEX triplet: CA, 1D and EE. RGB value is (202,29,238). Sum of RGB (Red+Green+Blue) = 202+29+238=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DEE is #35E211. Grayscale: #676767. Windows color (decimal): -3531282 or 15605194. OLE color: 15605194.

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

Color convert

RGB 202 29 238 -
CMYK 0.15 0.88 0 0.07
HSL 289.67º 0.86% 0.52% -
HSV(B) 289.67º 0.88% 0.93% -
XYZ 40.23 19.61 82.55 -
YUV 104.55 203.31 197.51 -
System Red Green Blue C M Y K H S L
Decimal 202 29 238 0.15 0.88 0 0.07 289.67 0.86 0.52
Hex CA 1D EE F 58 0 7 122 56 34
Octal 312 35 356 17 130 0 7 442 126 64
Binary 11001010 11101 11101110 1111 1011000 0 111 100100010 1010110 110100

Color Harmonies of #CA1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DEE

Black with #CA1DEE

Text Example


Text Example

White with #CA1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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