Html Css Color HEX #CA2BE9 Electric Purple

📋 copy color: '#CA2BE9'

red 202 ◦ green 43 ◦ blue 233

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

Shades of Electric Purple #CA2BE9

Tints of Electric Purple #CA2BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.74%

R = 42.26%
G = 9%
B = 48.74%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA2BE9 (or 0xCA2BE9) is known color: Electric Purple. HEX triplet: CA, 2B and E9. RGB value is (202,43,233). Sum of RGB (Red+Green+Blue) = 202+43+233=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA2BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BE9 is #35D416. Grayscale: #6F6F6F. Windows color (decimal): -3527703 or 15281098. OLE color: 15281098.

HSL color Cylindrical-coordinate representation of color #CA2BE9: hue angle of 290.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2BE9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 43 233 -
CMYK 0.13 0.82 0 0.09
HSL 290.21º 0.81% 0.54% -
HSV(B) 290.21º 0.82% 0.91% -
XYZ 39.93 20.17 78.88 -
YUV 112.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 202 43 233 0.13 0.82 0 0.09 290.21 0.81 0.54
Hex CA 2B E9 D 52 0 9 122 51 36
Octal 312 53 351 15 122 0 11 442 121 66
Binary 11001010 101011 11101001 1101 1010010 0 1001 100100010 1010001 110110

Color Harmonies of #CA2BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BE9

Black with #CA2BE9

Text Example


Text Example

White with #CA2BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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