#CB91D1

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

Shades of Lilac #CB91D1

Tints of Lilac #CB91D1

Color information

#CB91D1 (or 0xCB91D1) is unknown color: approx Lilac. HEX triplet: CB, 91 and D1. RGB value is (203,145,209). Sum of RGB (Red+Green+Blue) = 203+145+209=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91D1 is #346E2E. Grayscale: #A9A9A9. Windows color (decimal): -3436079 or 13734347. OLE color: 13734347.

HSL color Cylindrical-coordinate representation of color #CB91D1: hue angle of 294.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB91D1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203145209-
CMYK0.030.3100.18
HSL294.38º41.03%69.41%-
HSV(B)294.38º30.62%81.96%-
XYZ46.2637.5565.13-
YUV169.64150.22151.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=36.45%
G=26.03%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031452090.030.3100.18294.3841.0369.41
HexCB91D131F0121262945
Octal31322132133702244651105
Binary11001011100100011101000111111110100101001001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91D1; }

 p { color: rgb(203,145,209); }

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

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

 a { background-color: rgb(203,145,209); }

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

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

 span { border-color: rgb(203,145,209); }

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