Html Css Color HEX #C710ED Electric Purple

📋 copy color: '#C710ED'

red 199 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #C710ED

Tints of Electric Purple #C710ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.54%

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

R = 44.03%
G = 3.54%
B = 52.43%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C710ED (or 0xC710ED) is known color: Electric Purple. HEX triplet: C7, 10 and ED. RGB value is (199,16,237). Sum of RGB (Red+Green+Blue) = 199+16+237=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #C710ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710ED is #38EF12. Grayscale: #5F5F5F. Windows color (decimal): -3731219 or 15536327. OLE color: 15536327.

HSL color Cylindrical-coordinate representation of color #C710ED: hue angle of 289.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710ED is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 16 237 -
CMYK 0.16 0.93 0 0.07
HSL 289.68º 0.87% 0.5% -
HSV(B) 289.68º 0.93% 0.93% -
XYZ 39.02 18.63 81.66 -
YUV 95.91 207.63 201.53 -
System Red Green Blue C M Y K H S L
Decimal 199 16 237 0.16 0.93 0 0.07 289.68 0.87 0.5
Hex C7 10 ED 10 5D 0 7 122 57 32
Octal 307 20 355 20 135 0 7 442 127 62
Binary 11000111 10000 11101101 10000 1011101 0 111 100100010 1010111 110010

Color Harmonies of #C710ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710ED

Black with #C710ED

Text Example


Text Example

White with #C710ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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