#CC9BD0

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

Shades of Lilac #CC9BD0

Tints of Lilac #CC9BD0

Color information

#CC9BD0 (or 0xCC9BD0) is unknown color: approx Lilac. HEX triplet: CC, 9B and D0. RGB value is (204,155,208). Sum of RGB (Red+Green+Blue) = 204+155+208=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD0 is #33642F. Grayscale: #AFAFAF. Windows color (decimal): -3367984 or 13671372. OLE color: 13671372.

HSL color Cylindrical-coordinate representation of color #CC9BD0: hue angle of 295.47º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9BD0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204155208-
CMYK0.020.2500.18
HSL295.47º36.05%71.18%-
HSV(B)295.47º25.48%81.57%-
XYZ48.0140.8365.03-
YUV175.69146.23148.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=35.98%
G=27.34%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041552080.020.2500.18295.4736.0571.18
HexCC9BD02190121272447
Octal31423332023102244744107
Binary11001100100110111101000010110010100101001001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BD0; }

 p { color: rgb(204,155,208); }

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

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

 a { background-color: rgb(204,155,208); }

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

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

 span { border-color: rgb(204,155,208); }

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