#C387BD

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

Shades of London Hue #C387BD

Tints of London Hue #C387BD

Color information

#C387BD (or 0xC387BD) is unknown color: approx London Hue. HEX triplet: C3, 87 and BD. RGB value is (195,135,189). Sum of RGB (Red+Green+Blue) = 195+135+189=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BD is #3C7842. Grayscale: #9E9E9E. Windows color (decimal): -3962947 or 12421059. OLE color: 12421059.

HSL color Cylindrical-coordinate representation of color #C387BD: hue angle of 306º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195135189-
CMYK00.310.030.24
HSL306º33.33%64.71%-
HSV(B)306º30.77%76.47%-
XYZ40.3532.652.31-
YUV159.1144.88153.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=37.57%
G=26.01%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513518900.310.030.2430633.3364.71
HexC387BD01F3181322141
Octal30320727503733046241101
Binary11000011100001111011110101111111110001001100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387BD; }

 p { color: rgb(195,135,189); }

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

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

 a { background-color: rgb(195,135,189); }

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

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

 span { border-color: rgb(195,135,189); }

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