Html Css Color HEX #C800EE Electric Purple

📋 copy color: '#C800EE'

red 200 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #C800EE

Tints of Electric Purple #C800EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 45.66%
G = 0%
B = 54.34%

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

#C800EE (or 0xC800EE) is known color: Electric Purple. HEX triplet: C8, 00 and EE. RGB value is (200,0,238). Sum of RGB (Red+Green+Blue) = 200+0+238=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #C800EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800EE is #37FF11. Grayscale: #565656. Windows color (decimal): -3669778 or 15597768. OLE color: 15597768.

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

Color convert

RGB 200 0 238 -
CMYK 0.16 1 0 0.07
HSL 290.42º 1% 0.47% -
HSV(B) 290.42º 1% 0.93% -
XYZ 39.25 18.45 82.38 -
YUV 86.93 213.26 208.65 -
System Red Green Blue C M Y K H S L
Decimal 200 0 238 0.16 1 0 0.07 290.42 1 0.47
Hex C8 0 EE 10 64 0 7 122 64 2F
Octal 310 0 356 20 144 0 7 442 144 57
Binary 11001000 0 11101110 10000 1100100 0 111 100100010 1100100 101111

Color Harmonies of #C800EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800EE

Black with #C800EE

Text Example


Text Example

White with #C800EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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