#CB92CF

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

Shades of Lilac #CB92CF

Tints of Lilac #CB92CF

Color information

#CB92CF (or 0xCB92CF) is unknown color: approx Lilac. HEX triplet: CB, 92 and CF. RGB value is (203,146,207). Sum of RGB (Red+Green+Blue) = 203+146+207=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CF is #346D30. Grayscale: #A9A9A9. Windows color (decimal): -3435825 or 13603531. OLE color: 13603531.

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

Color convert

RGB203146207-
CMYK0.020.2900.19
HSL296.07º38.85%69.22%-
HSV(B)296.07º29.47%81.18%-
XYZ46.1737.7663.89-
YUV170148.88151.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=36.51%
G=26.26%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031462070.020.2900.19296.0738.8569.22
HexCB92CF21D0131282745
Octal31322231723502345047105
Binary11001011100100101100111110111010100111001010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92CF; }

 p { color: rgb(203,146,207); }

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

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

 a { background-color: rgb(203,146,207); }

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

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

 span { border-color: rgb(203,146,207); }

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