#C37DB2

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

Shades of London Hue #C37DB2

Tints of London Hue #C37DB2

Color information

#C37DB2 (or 0xC37DB2) is unknown color: approx London Hue. HEX triplet: C3, 7D and B2. RGB value is (195,125,178). Sum of RGB (Red+Green+Blue) = 195+125+178=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DB2 is #3C824D. Grayscale: #979797. Windows color (decimal): -3965518 or 11697603. OLE color: 11697603.

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

Color convert

RGB195125178-
CMYK00.360.090.24
HSL314.57º36.84%62.75%-
HSV(B)314.57º35.9%76.47%-
XYZ37.8829.4845.81-
YUV151.97142.69158.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=39.16%
G=25.10%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517800.360.090.24314.5736.8462.75
HexC37DB202491813b253f
Octal30317526204411304734577
Binary110000111111101101100100100100100111000100111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DB2; }

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

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

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

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

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

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

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

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