#CB97C4

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

Shades of Lilac #CB97C4

Tints of Lilac #CB97C4

Color information

#CB97C4 (or 0xCB97C4) is unknown color: approx Lilac. HEX triplet: CB, 97 and C4. RGB value is (203,151,196). Sum of RGB (Red+Green+Blue) = 203+151+196=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97C4 is #34683B. Grayscale: #ABABAB. Windows color (decimal): -3434556 or 12883915. OLE color: 12883915.

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

Color convert

RGB203151196-
CMYK00.260.030.20
HSL308.08º33.33%69.41%-
HSV(B)308.08º25.62%79.61%-
XYZ45.6638.8257.31-
YUV171.68141.73150.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=36.91%
G=27.45%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315119600.260.030.20308.0833.3369.41
HexCB97C401A3141342145
Octal31322730403232446441105
Binary11001011100101111100010001101011101001001101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97C4; }

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

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

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

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

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

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

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

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