Html Css Color HEX #C01DEE Electric Purple

📋 copy color: '#C01DEE'

red 192 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #C01DEE

Tints of Electric Purple #C01DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 41.83%
G = 6.32%
B = 51.85%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C01DEE (or 0xC01DEE) is known color: Electric Purple. HEX triplet: C0, 1D and EE. RGB value is (192,29,238). Sum of RGB (Red+Green+Blue) = 192+29+238=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #C01DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DEE is #3FE211. Grayscale: #646464. Windows color (decimal): -4186642 or 15605184. OLE color: 15605184.

HSL color Cylindrical-coordinate representation of color #C01DEE: hue angle of 286.79º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DEE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 29 238 -
CMYK 0.19 0.88 0 0.07
HSL 286.79º 0.86% 0.52% -
HSV(B) 286.79º 0.88% 0.93% -
XYZ 37.61 18.26 82.43 -
YUV 101.56 205 192.51 -
System Red Green Blue C M Y K H S L
Decimal 192 29 238 0.19 0.88 0 0.07 286.79 0.86 0.52
Hex C0 1D EE 13 58 0 7 11F 56 34
Octal 300 35 356 23 130 0 7 437 126 64
Binary 11000000 11101 11101110 10011 1011000 0 111 100011111 1010110 110100

Color Harmonies of #C01DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DEE

Black with #C01DEE

Text Example


Text Example

White with #C01DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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