#C67DAC

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

Shades of Lily #C67DAC

Tints of Lily #C67DAC

Color information

#C67DAC (or 0xC67DAC) is unknown color: approx Lily. HEX triplet: C6, 7D and AC. RGB value is (198,125,172). Sum of RGB (Red+Green+Blue) = 198+125+172=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAC is #398253. Grayscale: #989898. Windows color (decimal): -3768916 or 11304390. OLE color: 11304390.

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

Color convert

RGB198125172-
CMYK00.370.130.22
HSL321.37º39.04%63.33%-
HSV(B)321.37º36.87%77.65%-
XYZ38.0729.6542.75-
YUV152.18139.18160.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=40%
G=25.25%
B=34.75%

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
Decimal19812517200.370.130.22321.3739.0463.33
HexC67DAC025D16141273f
Octal30617525404515265014777
Binary110001101111101101011000100101110110110101000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DAC; }

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

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

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

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

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

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

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

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