#C37DB0

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

Shades of London Hue #C37DB0

Tints of London Hue #C37DB0

Color information

#C37DB0 (or 0xC37DB0) is unknown color: approx London Hue. HEX triplet: C3, 7D and B0. RGB value is (195,125,176). Sum of RGB (Red+Green+Blue) = 195+125+176=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DB0 is #3C824F. Grayscale: #979797. Windows color (decimal): -3965520 or 11566531. OLE color: 11566531.

HSL color Cylindrical-coordinate representation of color #C37DB0: hue angle of 316.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DB0 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195125176-
CMYK00.360.100.24
HSL316.29º36.84%62.75%-
HSV(B)316.29º35.9%76.47%-
XYZ37.6829.444.76-
YUV151.74141.69158.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=39.31%
G=25.20%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517600.360.100.24316.2936.8462.75
HexC37DB0024A1813c253f
Octal30317526004412304744577
Binary110000111111101101100000100100101011000100111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DB0; }

 p { color: rgb(195,125,176); }

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

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

 a { background-color: rgb(195,125,176); }

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

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

 span { border-color: rgb(195,125,176); }

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