#C68CB7

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

Shades of Lily #C68CB7

Tints of Lily #C68CB7

Color information

#C68CB7 (or 0xC68CB7) is unknown color: approx Lily. HEX triplet: C6, 8C and B7. RGB value is (198,140,183). Sum of RGB (Red+Green+Blue) = 198+140+183=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CB7 is #397348. Grayscale: #A2A2A2. Windows color (decimal): -3765065 or 12029126. OLE color: 12029126.

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

Color convert

RGB198140183-
CMYK00.290.080.22
HSL315.52º33.72%66.27%-
HSV(B)315.52º29.29%77.65%-
XYZ41.2134.1849.23-
YUV162.24139.72153.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=38.00%
G=26.87%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814018300.290.080.22315.5233.7266.27
HexC68CB701D81613c2242
Octal306214267035102647442102
Binary1100011010001100101101110111011000101101001111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CB7; }

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

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

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

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

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

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

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

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