#C68FB7

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

Shades of Lily #C68FB7

Tints of Lily #C68FB7

Color information

#C68FB7 (or 0xC68FB7) is unknown color: approx Lily. HEX triplet: C6, 8F and B7. RGB value is (198,143,183). Sum of RGB (Red+Green+Blue) = 198+143+183=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FB7 is #397048. Grayscale: #A3A3A3. Windows color (decimal): -3764297 or 12029894. OLE color: 12029894.

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

Color convert

RGB198143183-
CMYK00.280.080.22
HSL316.36º32.54%66.86%-
HSV(B)316.36º27.78%77.65%-
XYZ41.6635.0749.37-
YUV164138.72152.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=37.79%
G=27.29%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814318300.280.080.22316.3632.5466.86
HexC68FB701C81613c2143
Octal306217267034102647441103
Binary1100011010001111101101110111001000101101001111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FB7; }

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

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

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

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

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

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

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

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