#C685BD

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

Shades of Lilac #C685BD

Tints of Lilac #C685BD

Color information

#C685BD (or 0xC685BD) is unknown color: approx Lilac. HEX triplet: C6, 85 and BD. RGB value is (198,133,189). Sum of RGB (Red+Green+Blue) = 198+133+189=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BD is #397A42. Grayscale: #9E9E9E. Windows color (decimal): -3766851 or 12420550. OLE color: 12420550.

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

Color convert

RGB198133189-
CMYK00.330.050.22
HSL308.31º36.31%64.9%-
HSV(B)308.31º32.83%77.65%-
XYZ40.8632.4552.25-
YUV158.82145.03155.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=38.08%
G=25.58%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813318900.330.050.22308.3136.3164.9
HexC685BD0215161342441
Octal30620527504152646444101
Binary1100011010000101101111010100001101101101001101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685BD; }

 p { color: rgb(198,133,189); }

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

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

 a { background-color: rgb(198,133,189); }

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

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

 span { border-color: rgb(198,133,189); }

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