#C87DB7

Color #C87DB7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C87DB7

Tints of London Hue #C87DB7

Color information

#C87DB7 (or 0xC87DB7) is unknown color: approx London Hue. HEX triplet: C8, 7D and B7. RGB value is (200,125,183). Sum of RGB (Red+Green+Blue) = 200+125+183=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DB7 is #378248. Grayscale: #999999. Windows color (decimal): -3637833 or 12025288. OLE color: 12025288.

HSL color Cylindrical-coordinate representation of color #C87DB7: hue angle of 313.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200125183-
CMYK00.380.080.22
HSL313.6º40.54%63.73%-
HSV(B)313.6º37.5%78.43%-
XYZ39.730.3748.57-
YUV154.04144.35160.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=39.37%
G=24.61%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012518300.380.080.22313.640.5463.73
HexC87DB702681613a2940
Octal310175267046102647251100
Binary1100100011111011011011101001101000101101001110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DB7; }

 p { color: rgb(200,125,183); }

 H1.HeaderClassName
 {
   color: #C87DB7;
 }
 .AnyTagClassName
 {
   color: #C87DB7;
 }
</style>
background-color css

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

 a { background-color: rgb(200,125,183); }

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

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

 span { border-color: rgb(200,125,183); }

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