Html Css Color HEX #C810EF Electric Purple

📋 copy color: '#C810EF'

red 200 ◦ green 16 ◦ blue 239

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

Shades of Electric Purple #C810EF

Tints of Electric Purple #C810EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 43.96%
G = 3.52%
B = 52.53%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C810EF (or 0xC810EF) is known color: Electric Purple. HEX triplet: C8, 10 and EF. RGB value is (200,16,239). Sum of RGB (Red+Green+Blue) = 200+16+239=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C810EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810EF is #37EF10. Grayscale: #5F5F5F. Windows color (decimal): -3665681 or 15667400. OLE color: 15667400.

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

Color convert

RGB 200 16 239 -
CMYK 0.16 0.93 0 0.06
HSL 289.51º 0.87% 0.5% -
HSV(B) 289.51º 0.93% 0.94% -
XYZ 39.58 18.88 83.22 -
YUV 96.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 200 16 239 0.16 0.93 0 0.06 289.51 0.87 0.5
Hex C8 10 EF 10 5D 0 6 122 57 32
Octal 310 20 357 20 135 0 6 442 127 62
Binary 11001000 10000 11101111 10000 1011101 0 110 100100010 1010111 110010

Color Harmonies of #C810EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810EF

Black with #C810EF

Text Example


Text Example

White with #C810EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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