Html Css Color HEX #C800ED Electric Purple

📋 copy color: '#C800ED'

red 200 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #C800ED

Tints of Electric Purple #C800ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.77%
G = 0%
B = 54.23%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C800ED (or 0xC800ED) is known color: Electric Purple. HEX triplet: C8, 00 and ED. RGB value is (200,0,237). Sum of RGB (Red+Green+Blue) = 200+0+237=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #C800ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800ED is #37FF12. Grayscale: #565656. Windows color (decimal): -3669779 or 15532232. OLE color: 15532232.

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

Color convert

RGB 200 0 237 -
CMYK 0.16 1 0 0.07
HSL 290.63º 1% 0.46% -
HSV(B) 290.63º 1% 0.93% -
XYZ 39.11 18.39 81.61 -
YUV 86.82 212.76 208.73 -
System Red Green Blue C M Y K H S L
Decimal 200 0 237 0.16 1 0 0.07 290.63 1 0.46
Hex C8 0 ED 10 64 0 7 123 64 2E
Octal 310 0 355 20 144 0 7 443 144 56
Binary 11001000 0 11101101 10000 1100100 0 111 100100011 1100100 101110

Color Harmonies of #C800ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800ED

Black with #C800ED

Text Example


Text Example

White with #C800ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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