#C68DB4

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

Shades of Lily #C68DB4

Tints of Lily #C68DB4

Color information

#C68DB4 (or 0xC68DB4) is unknown color: approx Lily. HEX triplet: C6, 8D and B4. RGB value is (198,141,180). Sum of RGB (Red+Green+Blue) = 198+141+180=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DB4 is #39724B. Grayscale: #A2A2A2. Windows color (decimal): -3764812 or 11832774. OLE color: 11832774.

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

Color convert

RGB198141180-
CMYK00.290.090.22
HSL318.95º33.33%66.47%-
HSV(B)318.95º28.79%77.65%-
XYZ41.0534.3547.65-
YUV162.49137.88153.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=38.15%
G=27.17%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814118000.290.090.22318.9533.3366.47
HexC68DB401D91613f2142
Octal306215264035112647741102
Binary1100011010001101101101000111011001101101001111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DB4; }

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

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

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

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

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

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

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

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