Html Css Color HEX #C805FB Electric Purple

📋 copy color: '#C805FB'

red 200 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #C805FB

Tints of Electric Purple #C805FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 43.86%
G = 1.1%
B = 55.04%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C805FB (or 0xC805FB) is known color: Electric Purple. HEX triplet: C8, 05 and FB. RGB value is (200,5,251). Sum of RGB (Red+Green+Blue) = 200+5+251=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C805FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805FB is #37FA04. Grayscale: #5A5A5A. Windows color (decimal): -3668485 or 16451016. OLE color: 16451016.

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

Color convert

RGB 200 5 251 -
CMYK 0.20 0.98 0 0.02
HSL 287.56º 0.97% 0.5% -
HSV(B) 287.56º 0.98% 0.98% -
XYZ 41.29 19.35 92.83 -
YUV 91.35 218.1 205.5 -
System Red Green Blue C M Y K H S L
Decimal 200 5 251 0.20 0.98 0 0.02 287.56 0.97 0.5
Hex C8 5 FB 14 62 0 2 120 61 32
Octal 310 5 373 24 142 0 2 440 141 62
Binary 11001000 101 11111011 10100 1100010 0 10 100100000 1100001 110010

Color Harmonies of #C805FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805FB

Black with #C805FB

Text Example


Text Example

White with #C805FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805FB; }

 p { color: rgb(200,5,251); }

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

background-color css

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

 a { background-color: rgb(200,5,251); }

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

border-color css

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

 span { border-color: rgb(200,5,251); }

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