Html Css Color HEX #C01BEB Electric Purple

📋 copy color: '#C01BEB'

red 192 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C01BEB

Tints of Electric Purple #C01BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.95%

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

R = 42.29%
G = 5.95%
B = 51.76%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C01BEB (or 0xC01BEB) is known color: Electric Purple. HEX triplet: C0, 1B and EB. RGB value is (192,27,235). Sum of RGB (Red+Green+Blue) = 192+27+235=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #C01BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BEB is #3FE414. Grayscale: #636363. Windows color (decimal): -4187157 or 15408064. OLE color: 15408064.

HSL color Cylindrical-coordinate representation of color #C01BEB: hue angle of 287.6º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BEB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 27 235 -
CMYK 0.18 0.89 0 0.08
HSL 287.6º 0.84% 0.51% -
HSV(B) 287.6º 0.89% 0.92% -
XYZ 37.13 17.99 80.11 -
YUV 100.05 204.16 193.59 -
System Red Green Blue C M Y K H S L
Decimal 192 27 235 0.18 0.89 0 0.08 287.6 0.84 0.51
Hex C0 1B EB 12 59 0 8 120 54 33
Octal 300 33 353 22 131 0 10 440 124 63
Binary 11000000 11011 11101011 10010 1011001 0 1000 100100000 1010100 110011

Color Harmonies of #C01BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BEB

Black with #C01BEB

Text Example


Text Example

White with #C01BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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