Html Css Color HEX #C01DEB Electric Purple

📋 copy color: '#C01DEB'

red 192 ◦ green 29 ◦ blue 235

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

Shades of Electric Purple #C01DEB

Tints of Electric Purple #C01DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.36%

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

R = 42.11%
G = 6.36%
B = 51.54%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C01DEB (or 0xC01DEB) is known color: Electric Purple. HEX triplet: C0, 1D and EB. RGB value is (192,29,235). Sum of RGB (Red+Green+Blue) = 192+29+235=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C01DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DEB is #3FE214. Grayscale: #646464. Windows color (decimal): -4186645 or 15408576. OLE color: 15408576.

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

Color convert

RGB 192 29 235 -
CMYK 0.18 0.88 0 0.08
HSL 287.48º 0.84% 0.52% -
HSV(B) 287.48º 0.88% 0.92% -
XYZ 37.17 18.08 80.13 -
YUV 101.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 192 29 235 0.18 0.88 0 0.08 287.48 0.84 0.52
Hex C0 1D EB 12 58 0 8 11F 54 34
Octal 300 35 353 22 130 0 10 437 124 64
Binary 11000000 11101 11101011 10010 1011000 0 1000 100011111 1010100 110100

Color Harmonies of #C01DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DEB

Black with #C01DEB

Text Example


Text Example

White with #C01DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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