#C386BD

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

Shades of London Hue #C386BD

Tints of London Hue #C386BD

Color information

#C386BD (or 0xC386BD) is unknown color: approx London Hue. HEX triplet: C3, 86 and BD. RGB value is (195,134,189). Sum of RGB (Red+Green+Blue) = 195+134+189=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BD is #3C7942. Grayscale: #9E9E9E. Windows color (decimal): -3963203 or 12420803. OLE color: 12420803.

HSL color Cylindrical-coordinate representation of color #C386BD: hue angle of 305.9º degrees, saturation: 0.34, 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 #C386BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195134189-
CMYK00.310.030.24
HSL305.9º33.7%64.51%-
HSV(B)305.9º31.28%76.47%-
XYZ40.2232.3352.26-
YUV158.51145.21154.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=37.64%
G=25.87%
B=36.49%

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
Decimal19513418900.310.030.24305.933.764.51
HexC386BD01F3181322241
Octal30320627503733046242101
Binary11000011100001101011110101111111110001001100101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386BD; }

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

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

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

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

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

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

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

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