Html Css Color HEX #C807FC Electric Purple

📋 copy color: '#C807FC'

red 200 ◦ green 7 ◦ blue 252

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

Shades of Electric Purple #C807FC

Tints of Electric Purple #C807FC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 43.57%
G = 1.53%
B = 54.9%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C807FC (or 0xC807FC) is known color: Electric Purple. HEX triplet: C8, 07 and FC. RGB value is (200,7,252). Sum of RGB (Red+Green+Blue) = 200+7+252=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C807FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C807FC is #37F803. Grayscale: #5B5B5B. Windows color (decimal): -3667972 or 16517064. OLE color: 16517064.

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

Color convert

RGB 200 7 252 -
CMYK 0.21 0.97 0 0.01
HSL 287.27º 0.98% 0.51% -
HSV(B) 287.27º 0.97% 0.99% -
XYZ 41.47 19.46 93.67 -
YUV 92.64 217.94 204.58 -
System Red Green Blue C M Y K H S L
Decimal 200 7 252 0.21 0.97 0 0.01 287.27 0.98 0.51
Hex C8 7 FC 15 61 0 1 11F 62 33
Octal 310 7 374 25 141 0 1 437 142 63
Binary 11001000 111 11111100 10101 1100001 0 1 100011111 1100010 110011

Color Harmonies of #C807FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807FC

Black with #C807FC

Text Example


Text Example

White with #C807FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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