#C68DB6

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

Shades of Lily #C68DB6

Tints of Lily #C68DB6

Color information

#C68DB6 (or 0xC68DB6) is unknown color: approx Lily. HEX triplet: C6, 8D and B6. RGB value is (198,141,182). Sum of RGB (Red+Green+Blue) = 198+141+182=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DB6 is #397249. Grayscale: #A2A2A2. Windows color (decimal): -3764810 or 11963846. OLE color: 11963846.

HSL color Cylindrical-coordinate representation of color #C68DB6: hue angle of 316.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68DB6 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198141182-
CMYK00.290.080.22
HSL316.84º33.33%66.47%-
HSV(B)316.84º28.79%77.65%-
XYZ41.2634.4348.73-
YUV162.72138.88153.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=38.00%
G=27.06%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814118200.290.080.22316.8433.3366.47
HexC68DB601D81613d2142
Octal306215266035102647541102
Binary1100011010001101101101100111011000101101001111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DB6; }

 p { color: rgb(198,141,182); }

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

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

 a { background-color: rgb(198,141,182); }

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

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

 span { border-color: rgb(198,141,182); }

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