#C67DAF

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

Shades of Lily #C67DAF

Tints of Lily #C67DAF

Color information

#C67DAF (or 0xC67DAF) is unknown color: approx Lily. HEX triplet: C6, 7D and AF. RGB value is (198,125,175). Sum of RGB (Red+Green+Blue) = 198+125+175=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAF is #398250. Grayscale: #989898. Windows color (decimal): -3768913 or 11500998. OLE color: 11500998.

HSL color Cylindrical-coordinate representation of color #C67DAF: hue angle of 318.9º 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 #C67DAF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198125175-
CMYK00.370.120.22
HSL318.9º39.04%63.33%-
HSV(B)318.9º36.87%77.65%-
XYZ38.3629.7744.28-
YUV152.53140.68160.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=39.76%
G=25.10%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812517500.370.120.22318.939.0463.33
HexC67DAF025C1613f273f
Octal30617525704514264774777
Binary110001101111101101011110100101110010110100111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DAF; }

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

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

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

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

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

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

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

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