Html Css Color HEX #C00DED Electric Purple

📋 copy color: '#C00DED'

red 192 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #C00DED

Tints of Electric Purple #C00DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.94%

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 43.44%
G = 2.94%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00DED (or 0xC00DED) is known color: Electric Purple. HEX triplet: C0, 0D and ED. RGB value is (192,13,237). Sum of RGB (Red+Green+Blue) = 192+13+237=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C00DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00DED is #3FF212. Grayscale: #5B5B5B. Windows color (decimal): -4190739 or 15535552. OLE color: 15535552.

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

Color convert

RGB 192 13 237 -
CMYK 0.19 0.95 0 0.07
HSL 287.95º 0.9% 0.49% -
HSV(B) 287.95º 0.95% 0.93% -
XYZ 37.17 17.61 81.56 -
YUV 92.06 209.8 199.29 -
System Red Green Blue C M Y K H S L
Decimal 192 13 237 0.19 0.95 0 0.07 287.95 0.9 0.49
Hex C0 D ED 13 5F 0 7 120 5A 31
Octal 300 15 355 23 137 0 7 440 132 61
Binary 11000000 1101 11101101 10011 1011111 0 111 100100000 1011010 110001

Color Harmonies of #C00DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DED

Black with #C00DED

Text Example


Text Example

White with #C00DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DED; }

 p { color: rgb(192,13,237); }

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

background-color css

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

 a { background-color: rgb(192,13,237); }

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

border-color css

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

 span { border-color: rgb(192,13,237); }

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