Html Css Color HEX #C810ED Electric Purple

📋 copy color: '#C810ED'

red 200 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #C810ED

Tints of Electric Purple #C810ED

RGB

 RED value IS 200 (78.52% from 255) = 44.15%

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

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

R = 44.15%
G = 3.53%
B = 52.32%

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

#C810ED (or 0xC810ED) is known color: Electric Purple. HEX triplet: C8, 10 and ED. RGB value is (200,16,237). Sum of RGB (Red+Green+Blue) = 200+16+237=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #C810ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810ED is #37EF12. Grayscale: #5F5F5F. Windows color (decimal): -3665683 or 15536328. OLE color: 15536328.

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

Color convert

RGB 200 16 237 -
CMYK 0.16 0.93 0 0.07
HSL 289.95º 0.87% 0.5% -
HSV(B) 289.95º 0.93% 0.93% -
XYZ 39.29 18.76 81.67 -
YUV 96.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 200 16 237 0.16 0.93 0 0.07 289.95 0.87 0.5
Hex C8 10 ED 10 5D 0 7 122 57 32
Octal 310 20 355 20 135 0 7 442 127 62
Binary 11001000 10000 11101101 10000 1011101 0 111 100100010 1010111 110010

Color Harmonies of #C810ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810ED

Black with #C810ED

Text Example


Text Example

White with #C810ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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