#C37DB8

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

Shades of London Hue #C37DB8

Tints of London Hue #C37DB8

Color information

#C37DB8 (or 0xC37DB8) is unknown color: approx London Hue. HEX triplet: C3, 7D and B8. RGB value is (195,125,184). Sum of RGB (Red+Green+Blue) = 195+125+184=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DB8 is #3C8247. Grayscale: #989898. Windows color (decimal): -3965512 or 12090819. OLE color: 12090819.

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

Color convert

RGB195125184-
CMYK00.360.060.24
HSL309.43º36.84%62.75%-
HSV(B)309.43º35.9%76.47%-
XYZ38.4929.7349.06-
YUV152.66145.69158.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=38.69%
G=24.80%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512518400.360.060.24309.4336.8462.75
HexC37DB8024618135253f
Octal3031752700446304654577
Binary11000011111110110111000010010011011000100110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DB8; }

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

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

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

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

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

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

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

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