Html Css Color HEX #CA2BEC Electric Purple

📋 copy color: '#CA2BEC'

red 202 ◦ green 43 ◦ blue 236

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

Shades of Electric Purple #CA2BEC

Tints of Electric Purple #CA2BEC

RGB

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

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

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

R = 42%
G = 8.94%
B = 49.06%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2BEC (or 0xCA2BEC) is known color: Electric Purple. HEX triplet: CA, 2B and EC. RGB value is (202,43,236). Sum of RGB (Red+Green+Blue) = 202+43+236=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEC is #35D413. Grayscale: #6F6F6F. Windows color (decimal): -3527700 or 15477706. OLE color: 15477706.

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

Color convert

RGB 202 43 236 -
CMYK 0.14 0.82 0 0.07
HSL 289.43º 0.84% 0.55% -
HSV(B) 289.43º 0.82% 0.93% -
XYZ 40.36 20.34 81.16 -
YUV 112.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 202 43 236 0.14 0.82 0 0.07 289.43 0.84 0.55
Hex CA 2B EC E 52 0 7 121 54 37
Octal 312 53 354 16 122 0 7 441 124 67
Binary 11001010 101011 11101100 1110 1010010 0 111 100100001 1010100 110111

Color Harmonies of #CA2BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BEC

Black with #CA2BEC

Text Example


Text Example

White with #CA2BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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