#C68FAF

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

Shades of Lily #C68FAF

Tints of Lily #C68FAF

Color information

#C68FAF (or 0xC68FAF) is unknown color: approx Lily. HEX triplet: C6, 8F and AF. RGB value is (198,143,175). Sum of RGB (Red+Green+Blue) = 198+143+175=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAF is #397050. Grayscale: #A3A3A3. Windows color (decimal): -3764305 or 11505606. OLE color: 11505606.

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

Color convert

RGB198143175-
CMYK00.280.120.22
HSL325.09º32.54%66.86%-
HSV(B)325.09º27.78%77.65%-
XYZ40.8534.7545.11-
YUV163.09134.72152.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=38.37%
G=27.71%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814317500.280.120.22325.0932.5466.86
HexC68FAF01CC161452143
Octal306217257034142650541103
Binary1100011010001111101011110111001100101101010001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FAF; }

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

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

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

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

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

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

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

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