Html Css Color HEX #C70DED Electric Purple

📋 copy color: '#C70DED'

red 199 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #C70DED

Tints of Electric Purple #C70DED

RGB

 RED value IS 199 (78.13% from 255) = 44.32%

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

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

R = 44.32%
G = 2.9%
B = 52.78%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C70DED (or 0xC70DED) is known color: Electric Purple. HEX triplet: C7, 0D and ED. RGB value is (199,13,237). Sum of RGB (Red+Green+Blue) = 199+13+237=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #C70DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70DED is #38F212. Grayscale: #5D5D5D. Windows color (decimal): -3731987 or 15535559. OLE color: 15535559.

HSL color Cylindrical-coordinate representation of color #C70DED: hue angle of 289.82º 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 #C70DED is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 13 237 -
CMYK 0.16 0.95 0 0.07
HSL 289.82º 0.9% 0.49% -
HSV(B) 289.82º 0.95% 0.93% -
XYZ 38.98 18.54 81.65 -
YUV 94.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 199 13 237 0.16 0.95 0 0.07 289.82 0.9 0.49
Hex C7 D ED 10 5F 0 7 122 5A 31
Octal 307 15 355 20 137 0 7 442 132 61
Binary 11000111 1101 11101101 10000 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C70DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DED

Black with #C70DED

Text Example


Text Example

White with #C70DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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