#CB9FCF

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

Shades of Lilac #CB9FCF

Tints of Lilac #CB9FCF

Color information

#CB9FCF (or 0xCB9FCF) is unknown color: approx Lilac. HEX triplet: CB, 9F and CF. RGB value is (203,159,207). Sum of RGB (Red+Green+Blue) = 203+159+207=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FCF is #346030. Grayscale: #B1B1B1. Windows color (decimal): -3432497 or 13606859. OLE color: 13606859.

HSL color Cylindrical-coordinate representation of color #CB9FCF: hue angle of 295º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9FCF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203159207-
CMYK0.020.2300.19
HSL295º33.33%71.76%-
HSV(B)295º23.19%81.18%-
XYZ48.294264.59-
YUV177.63144.58146.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=35.68%
G=27.94%
B=36.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031592070.020.2300.1929533.3371.76
HexCB9FCF2170131272148
Octal31323731722702344741110
Binary11001011100111111100111110101110100111001001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FCF; }

 p { color: rgb(203,159,207); }

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

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

 a { background-color: rgb(203,159,207); }

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

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

 span { border-color: rgb(203,159,207); }

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