Html Css Color HEX #C02BEB Electric Purple

📋 copy color: '#C02BEB'

red 192 ◦ green 43 ◦ blue 235

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

Shades of Electric Purple #C02BEB

Tints of Electric Purple #C02BEB

RGB

 RED value IS 192 (75.39% from 255) = 40.85%

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

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

R = 40.85%
G = 9.15%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02BEB (or 0xC02BEB) is known color: Electric Purple. HEX triplet: C0, 2B and EB. RGB value is (192,43,235). Sum of RGB (Red+Green+Blue) = 192+43+235=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #C02BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BEB is #3FD414. Grayscale: #6C6C6C. Windows color (decimal): -4183061 or 15412160. OLE color: 15412160.

HSL color Cylindrical-coordinate representation of color #C02BEB: hue angle of 286.56º 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 #C02BEB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 43 235 -
CMYK 0.18 0.82 0 0.08
HSL 286.56º 0.83% 0.55% -
HSV(B) 286.56º 0.82% 0.92% -
XYZ 37.6 18.93 80.27 -
YUV 109.44 198.86 186.89 -
System Red Green Blue C M Y K H S L
Decimal 192 43 235 0.18 0.82 0 0.08 286.56 0.83 0.55
Hex C0 2B EB 12 52 0 8 11F 53 37
Octal 300 53 353 22 122 0 10 437 123 67
Binary 11000000 101011 11101011 10010 1010010 0 1000 100011111 1010011 110111

Color Harmonies of #C02BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BEB

Black with #C02BEB

Text Example


Text Example

White with #C02BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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