#C693BC

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

Shades of Lily #C693BC

Tints of Lily #C693BC

Color information

#C693BC (or 0xC693BC) is unknown color: approx Lily. HEX triplet: C6, 93 and BC. RGB value is (198,147,188). Sum of RGB (Red+Green+Blue) = 198+147+188=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BC is #396C43. Grayscale: #A6A6A6. Windows color (decimal): -3763268 or 12358598. OLE color: 12358598.

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

Color convert

RGB198147188-
CMYK00.260.050.22
HSL311.76º30.91%67.65%-
HSV(B)311.76º25.76%77.65%-
XYZ42.836.552.37-
YUV166.92139.9150.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=37.15%
G=27.58%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814718800.260.050.22311.7630.9167.65
HexC693BC01A5161381f44
Octal30622327403252647037104
Binary11000110100100111011110001101010110110100111000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693BC; }

 p { color: rgb(198,147,188); }

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

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

 a { background-color: rgb(198,147,188); }

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

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

 span { border-color: rgb(198,147,188); }

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