#C99BCE

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

Shades of Lilac #C99BCE

Tints of Lilac #C99BCE

Color information

#C99BCE (or 0xC99BCE) is unknown color: approx Lilac. HEX triplet: C9, 9B and CE. RGB value is (201,155,206). Sum of RGB (Red+Green+Blue) = 201+155+206=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #C99BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCE is #366431. Grayscale: #AEAEAE. Windows color (decimal): -3564594 or 13540297. OLE color: 13540297.

HSL color Cylindrical-coordinate representation of color #C99BCE: hue angle of 294.12º 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 #C99BCE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201155206-
CMYK0.020.2500.19
HSL294.12º34.23%70.78%-
HSV(B)294.12º24.76%80.78%-
XYZ46.9540.3263.7-
YUV174.57145.74146.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=35.77%
G=27.58%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011552060.020.2500.19294.1234.2370.78
HexC99BCE2190131262247
Octal31123331623102344642107
Binary11001001100110111100111010110010100111001001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BCE; }

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

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

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

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

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

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

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

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