#C08EB3

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

Shades of Lily #C08EB3

Tints of Lily #C08EB3

Color information

#C08EB3 (or 0xC08EB3) is unknown color: approx Lily. HEX triplet: C0, 8E and B3. RGB value is (192,142,179). Sum of RGB (Red+Green+Blue) = 192+142+179=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB3 is #3F714C. Grayscale: #A1A1A1. Windows color (decimal): -4157773 or 11767488. OLE color: 11767488.

HSL color Cylindrical-coordinate representation of color #C08EB3: hue angle of 315.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EB3 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192142179-
CMYK00.260.070.25
HSL315.6º28.41%65.49%-
HSV(B)315.6º26.04%75.29%-
XYZ39.5533.8147.09-
YUV161.17138.06149.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=37.43%
G=27.68%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214217900.260.070.25315.628.4165.49
HexC08EB301A71913c1c41
Octal30021626303273147434101
Binary11000000100011101011001101101011111001100111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EB3; }

 p { color: rgb(192,142,179); }

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

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

 a { background-color: rgb(192,142,179); }

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

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

 span { border-color: rgb(192,142,179); }

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