#CB91C1

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

Shades of Lilac #CB91C1

Tints of Lilac #CB91C1

Color information

#CB91C1 (or 0xCB91C1) is unknown color: approx Lilac. HEX triplet: CB, 91 and C1. RGB value is (203,145,193). Sum of RGB (Red+Green+Blue) = 203+145+193=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91C1 is #346E3E. Grayscale: #A7A7A7. Windows color (decimal): -3436095 or 12685771. OLE color: 12685771.

HSL color Cylindrical-coordinate representation of color #CB91C1: hue angle of 310.34º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91C1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203145193-
CMYK00.290.050.20
HSL310.34º35.8%68.24%-
HSV(B)310.34º28.57%79.61%-
XYZ44.3836.855.22-
YUV167.81142.22153.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=37.52%
G=26.80%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314519300.290.050.20310.3435.868.24
HexCB91C101D5141362444
Octal31322130103552446644104
Binary110010111001000111000001011101101101001001101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91C1; }

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

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

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

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

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

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

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

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