Html Css Color HEX #C00DFB Electric Purple

📋 copy color: '#C00DFB'

red 192 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #C00DFB

Tints of Electric Purple #C00DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 42.11%
G = 2.85%
B = 55.04%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C00DFB (or 0xC00DFB) is known color: Electric Purple. HEX triplet: C0, 0D and FB. RGB value is (192,13,251). Sum of RGB (Red+Green+Blue) = 192+13+251=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00DFB is #3FF204. Grayscale: #5C5C5C. Windows color (decimal): -4190725 or 16453056. OLE color: 16453056.

HSL color Cylindrical-coordinate representation of color #C00DFB: hue angle of 285.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00DFB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 13 251 -
CMYK 0.24 0.95 0 0.02
HSL 285.13º 0.97% 0.52% -
HSV(B) 285.13º 0.95% 0.98% -
XYZ 39.29 18.46 92.76 -
YUV 93.65 216.8 198.15 -
System Red Green Blue C M Y K H S L
Decimal 192 13 251 0.24 0.95 0 0.02 285.13 0.97 0.52
Hex C0 D FB 18 5F 0 2 11D 61 34
Octal 300 15 373 30 137 0 2 435 141 64
Binary 11000000 1101 11111011 11000 1011111 0 10 100011101 1100001 110100

Color Harmonies of #C00DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DFB

Black with #C00DFB

Text Example


Text Example

White with #C00DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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