Html Css Color HEX #C809FC Electric Purple

📋 copy color: '#C809FC'

red 200 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #C809FC

Tints of Electric Purple #C809FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 43.38%
G = 1.95%
B = 54.66%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C809FC (or 0xC809FC) is known color: Electric Purple. HEX triplet: C8, 09 and FC. RGB value is (200,9,252). Sum of RGB (Red+Green+Blue) = 200+9+252=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C809FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C809FC is #37F603. Grayscale: #5D5D5D. Windows color (decimal): -3667460 or 16517576. OLE color: 16517576.

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

Color convert

RGB 200 9 252 -
CMYK 0.21 0.96 0 0.01
HSL 287.16º 0.98% 0.51% -
HSV(B) 287.16º 0.96% 0.99% -
XYZ 41.49 19.5 93.67 -
YUV 93.81 217.28 203.74 -
System Red Green Blue C M Y K H S L
Decimal 200 9 252 0.21 0.96 0 0.01 287.16 0.98 0.51
Hex C8 9 FC 15 60 0 1 11F 62 33
Octal 310 11 374 25 140 0 1 437 142 63
Binary 11001000 1001 11111100 10101 1100000 0 1 100011111 1100010 110011

Color Harmonies of #C809FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C809FC

Black with #C809FC

Text Example


Text Example

White with #C809FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C809FC; }

 p { color: rgb(200,9,252); }

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

background-color css

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

 a { background-color: rgb(200,9,252); }

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

border-color css

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

 span { border-color: rgb(200,9,252); }

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