#C69BCE

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

Shades of Lilac #C69BCE

Tints of Lilac #C69BCE

Color information

#C69BCE (or 0xC69BCE) is unknown color: approx Lilac. HEX triplet: C6, 9B and CE. RGB value is (198,155,206). Sum of RGB (Red+Green+Blue) = 198+155+206=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #C69BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BCE is #396431. Grayscale: #ADADAD. Windows color (decimal): -3761202 or 13540294. OLE color: 13540294.

HSL color Cylindrical-coordinate representation of color #C69BCE: hue angle of 290.59º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69BCE is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198155206-
CMYK0.040.2500.19
HSL290.59º34.23%70.78%-
HSV(B)290.59º24.76%80.78%-
XYZ46.1539.963.66-
YUV173.67146.25145.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=35.42%
G=27.73%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981552060.040.2500.19290.5934.2370.78
HexC69BCE4190131232247
Octal30623331643102344342107
Binary110001101001101111001110100110010100111001000111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BCE; }

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

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

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

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

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

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

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

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