#C37DAD

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

Shades of Bouquet #C37DAD

Tints of Bouquet #C37DAD

Color information

#C37DAD (or 0xC37DAD) is unknown color: approx Bouquet. HEX triplet: C3, 7D and AD. RGB value is (195,125,173). Sum of RGB (Red+Green+Blue) = 195+125+173=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DAD is #3C8252. Grayscale: #979797. Windows color (decimal): -3965523 or 11369923. OLE color: 11369923.

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

Color convert

RGB195125173-
CMYK00.360.110.24
HSL318.86º36.84%62.75%-
HSV(B)318.86º35.9%76.47%-
XYZ37.3829.2943.22-
YUV151.4140.19159.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=39.55%
G=25.35%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517300.360.110.24318.8636.8462.75
HexC37DAD024B1813f253f
Octal30317525504413304774577
Binary110000111111101101011010100100101111000100111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DAD; }

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

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

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

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

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

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

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

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