#C37DB9

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

Shades of London Hue #C37DB9

Tints of London Hue #C37DB9

Color information

#C37DB9 (or 0xC37DB9) is unknown color: approx London Hue. HEX triplet: C3, 7D and B9. RGB value is (195,125,185). Sum of RGB (Red+Green+Blue) = 195+125+185=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DB9 is #3C8246. Grayscale: #989898. Windows color (decimal): -3965511 or 12156355. OLE color: 12156355.

HSL color Cylindrical-coordinate representation of color #C37DB9: hue angle of 308.57º 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 #C37DB9 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195125185-
CMYK00.360.050.24
HSL308.57º36.84%62.75%-
HSV(B)308.57º35.9%76.47%-
XYZ38.629.7749.61-
YUV152.77146.19158.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=38.61%
G=24.75%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512518500.360.050.24308.5736.8462.75
HexC37DB9024518135253f
Octal3031752710445304654577
Binary11000011111110110111001010010010111000100110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DB9; }

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

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

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

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

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

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

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

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