#C67DAD

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

Shades of Lily #C67DAD

Tints of Lily #C67DAD

Color information

#C67DAD (or 0xC67DAD) is unknown color: approx Lily. HEX triplet: C6, 7D and AD. RGB value is (198,125,173). Sum of RGB (Red+Green+Blue) = 198+125+173=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAD is #398252. Grayscale: #989898. Windows color (decimal): -3768915 or 11369926. OLE color: 11369926.

HSL color Cylindrical-coordinate representation of color #C67DAD: hue angle of 320.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DAD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198125173-
CMYK00.370.130.22
HSL320.55º39.04%63.33%-
HSV(B)320.55º36.87%77.65%-
XYZ38.1729.6943.25-
YUV152.3139.68160.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=39.92%
G=25.20%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812517300.370.130.22320.5539.0463.33
HexC67DAD025D16141273f
Octal30617525504515265014777
Binary110001101111101101011010100101110110110101000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DAD; }

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

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

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

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

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

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

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

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