#C68FAA

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

Shades of Lily #C68FAA

Tints of Lily #C68FAA

Color information

#C68FAA (or 0xC68FAA) is unknown color: approx Lily. HEX triplet: C6, 8F and AA. RGB value is (198,143,170). Sum of RGB (Red+Green+Blue) = 198+143+170=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAA is #397055. Grayscale: #A2A2A2. Windows color (decimal): -3764310 or 11177926. OLE color: 11177926.

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

Color convert

RGB198143170-
CMYK00.280.140.22
HSL330.55º32.54%66.86%-
HSV(B)330.55º27.78%77.65%-
XYZ40.3734.5542.57-
YUV162.52132.22153.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=38.75%
G=27.98%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814317000.280.140.22330.5532.5466.86
HexC68FAA01CE1614b2143
Octal306217252034162651341103
Binary1100011010001111101010100111001110101101010010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FAA; }

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

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

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

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

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

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

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

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