Html Css Color HEX #C807FE Electric Purple

📋 copy color: '#C807FE'

red 200 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #C807FE

Tints of Electric Purple #C807FE

RGB

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

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

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

R = 43.38%
G = 1.52%
B = 55.1%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C807FE (or 0xC807FE) is known color: Electric Purple. HEX triplet: C8, 07 and FE. RGB value is (200,7,254). Sum of RGB (Red+Green+Blue) = 200+7+254=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C807FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C807FE is #37F801. Grayscale: #5C5C5C. Windows color (decimal): -3667970 or 16648136. OLE color: 16648136.

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

Color convert

RGB 200 7 254 -
CMYK 0.21 0.97 0 0.00
HSL 286.88º 0.99% 0.51% -
HSV(B) 286.88º 0.97% 1% -
XYZ 41.78 19.59 95.34 -
YUV 92.87 218.94 204.42 -
System Red Green Blue C M Y K H S L
Decimal 200 7 254 0.21 0.97 0 0.00 286.88 0.99 0.51
Hex C8 7 FE 15 61 0 0 11F 63 33
Octal 310 7 376 25 141 0 0 437 143 63
Binary 11001000 111 11111110 10101 1100001 0 0 100011111 1100011 110011

Color Harmonies of #C807FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807FE

Black with #C807FE

Text Example


Text Example

White with #C807FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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