#C69BCD

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

Shades of Lilac #C69BCD

Tints of Lilac #C69BCD

Color information

#C69BCD (or 0xC69BCD) is unknown color: approx Lilac. HEX triplet: C6, 9B and CD. RGB value is (198,155,205). Sum of RGB (Red+Green+Blue) = 198+155+205=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #C69BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BCD is #396432. Grayscale: #ADADAD. Windows color (decimal): -3761203 or 13474758. OLE color: 13474758.

HSL color Cylindrical-coordinate representation of color #C69BCD: hue angle of 291.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C69BCD is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198155205-
CMYK0.030.2400.20
HSL291.6º33.33%70.59%-
HSV(B)291.6º24.39%80.39%-
XYZ46.0339.8663.02-
YUV173.56145.75145.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.48%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=35.48%
G=27.78%
B=36.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981552050.030.2400.20291.633.3370.59
HexC69BCD3180141242147
Octal30623331533002444441107
Binary11000110100110111100110111110000101001001001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BCD; }

 p { color: rgb(198,155,205); }

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

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

 a { background-color: rgb(198,155,205); }

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

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

 span { border-color: rgb(198,155,205); }

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