Html Css Color HEX #C610ED Electric Purple

📋 copy color: '#C610ED'

red 198 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #C610ED

Tints of Electric Purple #C610ED

RGB

 RED value IS 198 (77.73% from 255) = 43.9%

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

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

R = 43.9%
G = 3.55%
B = 52.55%

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

#C610ED (or 0xC610ED) is known color: Electric Purple. HEX triplet: C6, 10 and ED. RGB value is (198,16,237). Sum of RGB (Red+Green+Blue) = 198+16+237=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C610ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C610ED is #39EF12. Grayscale: #5E5E5E. Windows color (decimal): -3796755 or 15536326. OLE color: 15536326.

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

Color convert

RGB 198 16 237 -
CMYK 0.16 0.93 0 0.07
HSL 289.41º 0.87% 0.5% -
HSV(B) 289.41º 0.93% 0.93% -
XYZ 38.76 18.49 81.65 -
YUV 95.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 198 16 237 0.16 0.93 0 0.07 289.41 0.87 0.5
Hex C6 10 ED 10 5D 0 7 121 57 32
Octal 306 20 355 20 135 0 7 441 127 62
Binary 11000110 10000 11101101 10000 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C610ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610ED

Black with #C610ED

Text Example


Text Example

White with #C610ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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