#C68FAD

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

Shades of Lily #C68FAD

Tints of Lily #C68FAD

Color information

#C68FAD (or 0xC68FAD) is unknown color: approx Lily. HEX triplet: C6, 8F and AD. RGB value is (198,143,173). Sum of RGB (Red+Green+Blue) = 198+143+173=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAD is #397052. Grayscale: #A2A2A2. Windows color (decimal): -3764307 or 11374534. OLE color: 11374534.

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

Color convert

RGB198143173-
CMYK00.280.130.22
HSL327.27º32.54%66.86%-
HSV(B)327.27º27.78%77.65%-
XYZ40.6534.6744.08-
YUV162.86133.72153.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=38.52%
G=27.82%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814317300.280.130.22327.2732.5466.86
HexC68FAD01CD161472143
Octal306217255034152650741103
Binary1100011010001111101011010111001101101101010001111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FAD; }

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

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

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

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

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

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

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

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