Html Css Color HEX #CA2BEB Electric Purple

📋 copy color: '#CA2BEB'

red 202 ◦ green 43 ◦ blue 235

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

Shades of Electric Purple #CA2BEB

Tints of Electric Purple #CA2BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 42.08%
G = 8.96%
B = 48.96%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA2BEB (or 0xCA2BEB) is known color: Electric Purple. HEX triplet: CA, 2B and EB. RGB value is (202,43,235). Sum of RGB (Red+Green+Blue) = 202+43+235=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEB is #35D414. Grayscale: #6F6F6F. Windows color (decimal): -3527701 or 15412170. OLE color: 15412170.

HSL color Cylindrical-coordinate representation of color #CA2BEB: hue angle of 289.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2BEB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 43 235 -
CMYK 0.14 0.82 0 0.08
HSL 289.69º 0.83% 0.55% -
HSV(B) 289.69º 0.82% 0.92% -
XYZ 40.22 20.28 80.39 -
YUV 112.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 202 43 235 0.14 0.82 0 0.08 289.69 0.83 0.55
Hex CA 2B EB E 52 0 8 122 53 37
Octal 312 53 353 16 122 0 10 442 123 67
Binary 11001010 101011 11101011 1110 1010010 0 1000 100100010 1010011 110111

Color Harmonies of #CA2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BEB

Black with #CA2BEB

Text Example


Text Example

White with #CA2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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