Html Css Color HEX #C00DFD Electric Purple

📋 copy color: '#C00DFD'

red 192 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #C00DFD

Tints of Electric Purple #C00DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 41.92%
G = 2.84%
B = 55.24%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C00DFD (or 0xC00DFD) is known color: Electric Purple. HEX triplet: C0, 0D and FD. RGB value is (192,13,253). Sum of RGB (Red+Green+Blue) = 192+13+253=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C00DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00DFD is #3FF202. Grayscale: #5D5D5D. Windows color (decimal): -4190723 or 16584128. OLE color: 16584128.

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

Color convert

RGB 192 13 253 -
CMYK 0.24 0.95 0 0.01
HSL 284.75º 0.98% 0.52% -
HSV(B) 284.75º 0.95% 0.99% -
XYZ 39.61 18.59 94.43 -
YUV 93.88 217.8 197.99 -
System Red Green Blue C M Y K H S L
Decimal 192 13 253 0.24 0.95 0 0.01 284.75 0.98 0.52
Hex C0 D FD 18 5F 0 1 11D 62 34
Octal 300 15 375 30 137 0 1 435 142 64
Binary 11000000 1101 11111101 11000 1011111 0 1 100011101 1100010 110100

Color Harmonies of #C00DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DFD

Black with #C00DFD

Text Example


Text Example

White with #C00DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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