#C68BB0

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

Shades of Lily #C68BB0

Tints of Lily #C68BB0

Color information

#C68BB0 (or 0xC68BB0) is unknown color: approx Lily. HEX triplet: C6, 8B and B0. RGB value is (198,139,176). Sum of RGB (Red+Green+Blue) = 198+139+176=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BB0 is #39744F. Grayscale: #A0A0A0. Windows color (decimal): -3765328 or 11570118. OLE color: 11570118.

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

Color convert

RGB198139176-
CMYK00.300.110.22
HSL322.37º34.1%66.08%-
HSV(B)322.37º29.8%77.65%-
XYZ40.3633.6145.43-
YUV160.86136.55154.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=38.60%
G=27.10%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813917600.300.110.22322.3734.166.08
HexC68BB001EB161422242
Octal306213260036132650242102
Binary1100011010001011101100000111101011101101010000101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BB0; }

 p { color: rgb(198,139,176); }

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

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

 a { background-color: rgb(198,139,176); }

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

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

 span { border-color: rgb(198,139,176); }

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