Html Css Color HEX #C805FE Electric Purple

📋 copy color: '#C805FE'

red 200 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #C805FE

Tints of Electric Purple #C805FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 43.57%
G = 1.09%
B = 55.34%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C805FE (or 0xC805FE) is known color: Electric Purple. HEX triplet: C8, 05 and FE. RGB value is (200,5,254). Sum of RGB (Red+Green+Blue) = 200+5+254=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C805FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805FE is #37FA01. Grayscale: #5A5A5A. Windows color (decimal): -3668482 or 16647624. OLE color: 16647624.

HSL color Cylindrical-coordinate representation of color #C805FE: hue angle of 286.99º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805FE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 5 254 -
CMYK 0.21 0.98 0 0.00
HSL 286.99º 0.99% 0.51% -
HSV(B) 286.99º 0.98% 1% -
XYZ 41.76 19.54 95.34 -
YUV 91.69 219.6 205.25 -
System Red Green Blue C M Y K H S L
Decimal 200 5 254 0.21 0.98 0 0.00 286.99 0.99 0.51
Hex C8 5 FE 15 62 0 0 11F 63 33
Octal 310 5 376 25 142 0 0 437 143 63
Binary 11001000 101 11111110 10101 1100010 0 0 100011111 1100011 110011

Color Harmonies of #C805FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805FE

Black with #C805FE

Text Example


Text Example

White with #C805FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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