#CB97C2

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

Shades of Lilac #CB97C2

Tints of Lilac #CB97C2

Color information

#CB97C2 (or 0xCB97C2) is unknown color: approx Lilac. HEX triplet: CB, 97 and C2. RGB value is (203,151,194). Sum of RGB (Red+Green+Blue) = 203+151+194=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97C2 is #34683D. Grayscale: #ABABAB. Windows color (decimal): -3434558 or 12752843. OLE color: 12752843.

HSL color Cylindrical-coordinate representation of color #CB97C2: hue angle of 310.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97C2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203151194-
CMYK00.260.040.20
HSL310.38º33.33%69.41%-
HSV(B)310.38º25.62%79.61%-
XYZ45.4338.7256.12-
YUV171.45140.73150.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=37.04%
G=27.55%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315119400.260.040.20310.3833.3369.41
HexCB97C201A4141362145
Octal31322730203242446641105
Binary110010111001011111000010011010100101001001101101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97C2; }

 p { color: rgb(203,151,194); }

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

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

 a { background-color: rgb(203,151,194); }

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

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

 span { border-color: rgb(203,151,194); }

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