#C68CBD

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

Shades of Lilac #C68CBD

Tints of Lilac #C68CBD

Color information

#C68CBD (or 0xC68CBD) is unknown color: approx Lilac. HEX triplet: C6, 8C and BD. RGB value is (198,140,189). Sum of RGB (Red+Green+Blue) = 198+140+189=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CBD is #397342. Grayscale: #A2A2A2. Windows color (decimal): -3765059 or 12422342. OLE color: 12422342.

HSL color Cylindrical-coordinate representation of color #C68CBD: hue angle of 309.31º 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 #C68CBD is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198140189-
CMYK00.290.050.22
HSL309.31º33.72%66.27%-
HSV(B)309.31º29.29%77.65%-
XYZ41.8534.4452.59-
YUV162.93142.72153.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=37.57%
G=26.57%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814018900.290.050.22309.3133.7266.27
HexC68CBD01D5161352242
Octal30621427503552646542102
Binary110001101000110010111101011101101101101001101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CBD; }

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

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

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

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

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

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

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

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