#CB95C5

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

Shades of Lilac #CB95C5

Tints of Lilac #CB95C5

Color information

#CB95C5 (or 0xCB95C5) is unknown color: approx Lilac. HEX triplet: CB, 95 and C5. RGB value is (203,149,197). Sum of RGB (Red+Green+Blue) = 203+149+197=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C5 is #346A3A. Grayscale: #AAAAAA. Windows color (decimal): -3435067 or 12948939. OLE color: 12948939.

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

Color convert

RGB203149197-
CMYK00.270.030.20
HSL306.67º34.18%69.02%-
HSV(B)306.67º26.6%79.61%-
XYZ45.4538.2257.81-
YUV170.62142.89151.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=36.98%
G=27.14%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314919700.270.030.20306.6734.1869.02
HexCB95C501B3141332245
Octal31322530503332446342105
Binary11001011100101011100010101101111101001001100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95C5; }

 p { color: rgb(203,149,197); }

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

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

 a { background-color: rgb(203,149,197); }

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

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

 span { border-color: rgb(203,149,197); }

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