#C69DB7

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

Shades of Lily #C69DB7

Tints of Lily #C69DB7

Color information

#C69DB7 (or 0xC69DB7) is unknown color: approx Lily. HEX triplet: C6, 9D and B7. RGB value is (198,157,183). Sum of RGB (Red+Green+Blue) = 198+157+183=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DB7 is #396248. Grayscale: #ACACAC. Windows color (decimal): -3760713 or 12033478. OLE color: 12033478.

HSL color Cylindrical-coordinate representation of color #C69DB7: hue angle of 321.95º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DB7 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198157183-
CMYK00.210.080.22
HSL321.95º26.45%69.61%-
HSV(B)321.95º20.71%77.65%-
XYZ43.8939.5450.12-
YUV172.22134.08146.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=36.80%
G=29.18%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815718300.210.080.22321.9526.4569.61
HexC69DB70158161421a46
Octal306235267025102650232106
Binary110001101001110110110111010101100010110101000010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DB7; }

 p { color: rgb(198,157,183); }

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

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

 a { background-color: rgb(198,157,183); }

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

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

 span { border-color: rgb(198,157,183); }

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