#CB8DC3

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

Shades of Lilac #CB8DC3

Tints of Lilac #CB8DC3

Color information

#CB8DC3 (or 0xCB8DC3) is unknown color: approx Lilac. HEX triplet: CB, 8D and C3. RGB value is (203,141,195). Sum of RGB (Red+Green+Blue) = 203+141+195=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DC3 is #34723C. Grayscale: #A5A5A5. Windows color (decimal): -3437117 or 12815819. OLE color: 12815819.

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

Color convert

RGB203141195-
CMYK00.310.040.20
HSL307.74º37.35%67.45%-
HSV(B)307.74º30.54%79.61%-
XYZ4435.6956.2-
YUV165.69144.54154.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 195 (76.56% from 255) = 36.18%
R=37.66%
G=26.16%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314119500.310.040.20307.7437.3567.45
HexCB8DC301F4141342543
Octal31321530303742446445103
Binary110010111000110111000011011111100101001001101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DC3; }

 p { color: rgb(203,141,195); }

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

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

 a { background-color: rgb(203,141,195); }

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

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

 span { border-color: rgb(203,141,195); }

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