#C68FBA

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

Shades of Lily #C68FBA

Tints of Lily #C68FBA

Color information

#C68FBA (or 0xC68FBA) is unknown color: approx Lily. HEX triplet: C6, 8F and BA. RGB value is (198,143,186). Sum of RGB (Red+Green+Blue) = 198+143+186=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FBA is #397045. Grayscale: #A4A4A4. Windows color (decimal): -3764294 or 12226502. OLE color: 12226502.

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

Color convert

RGB198143186-
CMYK00.280.060.22
HSL313.09º32.54%66.86%-
HSV(B)313.09º27.78%77.65%-
XYZ41.9735.251.04-
YUV164.35140.22152-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=37.57%
G=27.13%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814318600.280.060.22313.0932.5466.86
HexC68FBA01C6161392143
Octal30621727203462647141103
Binary110001101000111110111010011100110101101001110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FBA; }

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

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

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

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

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

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

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

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