#CB91C4

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

Shades of Lilac #CB91C4

Tints of Lilac #CB91C4

Color information

#CB91C4 (or 0xCB91C4) is unknown color: approx Lilac. HEX triplet: CB, 91 and C4. RGB value is (203,145,196). Sum of RGB (Red+Green+Blue) = 203+145+196=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91C4 is #346E3B. Grayscale: #A8A8A8. Windows color (decimal): -3436092 or 12882379. OLE color: 12882379.

HSL color Cylindrical-coordinate representation of color #CB91C4: hue angle of 307.24º 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 #CB91C4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203145196-
CMYK00.290.030.20
HSL307.24º35.8%68.24%-
HSV(B)307.24º28.57%79.61%-
XYZ44.7236.9357-
YUV168.16143.72152.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=37.32%
G=26.65%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314519600.290.030.20307.2435.868.24
HexCB91C401D3141332444
Octal31322130403532446344104
Binary11001011100100011100010001110111101001001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91C4; }

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

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

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

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

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

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

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

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