Html Css Color HEX #CA2BEE Electric Purple

📋 copy color: '#CA2BEE'

red 202 ◦ green 43 ◦ blue 238

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

Shades of Electric Purple #CA2BEE

Tints of Electric Purple #CA2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.9%

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

R = 41.82%
G = 8.9%
B = 49.28%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2BEE (or 0xCA2BEE) is known color: Electric Purple. HEX triplet: CA, 2B and EE. RGB value is (202,43,238). Sum of RGB (Red+Green+Blue) = 202+43+238=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEE is #35D411. Grayscale: #707070. Windows color (decimal): -3527698 or 15608778. OLE color: 15608778.

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

Color convert

RGB 202 43 238 -
CMYK 0.15 0.82 0 0.07
HSL 288.92º 0.85% 0.55% -
HSV(B) 288.92º 0.82% 0.93% -
XYZ 40.65 20.46 82.69 -
YUV 112.77 198.68 191.64 -
System Red Green Blue C M Y K H S L
Decimal 202 43 238 0.15 0.82 0 0.07 288.92 0.85 0.55
Hex CA 2B EE F 52 0 7 121 55 37
Octal 312 53 356 17 122 0 7 441 125 67
Binary 11001010 101011 11101110 1111 1010010 0 111 100100001 1010101 110111

Color Harmonies of #CA2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BEE

Black with #CA2BEE

Text Example


Text Example

White with #CA2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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