Html Css Color HEX #C800FF Electric Purple

📋 copy color: '#C800FF'

red 200 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #C800FF

Tints of Electric Purple #C800FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 43.96%
G = 0%
B = 56.04%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C800FF (or 0xC800FF) is known color: Electric Purple. HEX triplet: C8, 00 and FF. RGB value is (200,0,255). Sum of RGB (Red+Green+Blue) = 200+0+255=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C800FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800FF is #37FF00. Grayscale: #585858. Windows color (decimal): -3669761 or 16711880. OLE color: 16711880.

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

Color convert

RGB 200 0 255 -
CMYK 0.22 1 0 0
HSL 287.06º 1% 0.5% -
HSV(B) 287.06º 1% 1% -
XYZ 41.87 19.5 96.16 -
YUV 88.87 221.76 207.27 -
System Red Green Blue C M Y K H S L
Decimal 200 0 255 0.22 1 0 0 287.06 1 0.5
Hex C8 0 FF 16 64 0 0 11F 64 32
Octal 310 0 377 26 144 0 0 437 144 62
Binary 11001000 0 11111111 10110 1100100 0 0 100011111 1100100 110010

Color Harmonies of #C800FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800FF

Black with #C800FF

Text Example


Text Example

White with #C800FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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