Html Css Color HEX #C810EC Electric Purple

📋 copy color: '#C810EC'

red 200 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C810EC

Tints of Electric Purple #C810EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 44.25%
G = 3.54%
B = 52.21%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C810EC (or 0xC810EC) is known color: Electric Purple. HEX triplet: C8, 10 and EC. RGB value is (200,16,236). Sum of RGB (Red+Green+Blue) = 200+16+236=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #C810EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810EC is #37EF13. Grayscale: #5F5F5F. Windows color (decimal): -3665684 or 15470792. OLE color: 15470792.

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

Color convert

RGB 200 16 236 -
CMYK 0.15 0.93 0 0.07
HSL 290.18º 0.87% 0.49% -
HSV(B) 290.18º 0.93% 0.93% -
XYZ 39.15 18.71 80.9 -
YUV 96.1 206.96 202.11 -
System Red Green Blue C M Y K H S L
Decimal 200 16 236 0.15 0.93 0 0.07 290.18 0.87 0.49
Hex C8 10 EC F 5D 0 7 122 57 31
Octal 310 20 354 17 135 0 7 442 127 61
Binary 11001000 10000 11101100 1111 1011101 0 111 100100010 1010111 110001

Color Harmonies of #C810EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810EC

Black with #C810EC

Text Example


Text Example

White with #C810EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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