#CB94CE

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

Shades of Lilac #CB94CE

Tints of Lilac #CB94CE

Color information

#CB94CE (or 0xCB94CE) is unknown color: approx Lilac. HEX triplet: CB, 94 and CE. RGB value is (203,148,206). Sum of RGB (Red+Green+Blue) = 203+148+206=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94CE is #346B31. Grayscale: #AAAAAA. Windows color (decimal): -3435314 or 13538507. OLE color: 13538507.

HSL color Cylindrical-coordinate representation of color #CB94CE: hue angle of 296.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB94CE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203148206-
CMYK0.010.2800.19
HSL296.9º37.18%69.41%-
HSV(B)296.9º28.16%80.78%-
XYZ46.3638.3363.35-
YUV171.06147.72150.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=36.45%
G=26.57%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031482060.010.2800.19296.937.1869.41
HexCB94CE11C0131292545
Octal31322431613402345145105
Binary1100101110010100110011101111000100111001010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94CE; }

 p { color: rgb(203,148,206); }

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

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

 a { background-color: rgb(203,148,206); }

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

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

 span { border-color: rgb(203,148,206); }

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