#CB8BCD

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

Shades of Lilac #CB8BCD

Tints of Lilac #CB8BCD

Color information

#CB8BCD (or 0xCB8BCD) is unknown color: approx Lilac. HEX triplet: CB, 8B and CD. RGB value is (203,139,205). Sum of RGB (Red+Green+Blue) = 203+139+205=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BCD is #347432. Grayscale: #A5A5A5. Windows color (decimal): -3437619 or 13470667. OLE color: 13470667.

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

Color convert

RGB203139205-
CMYK0.010.3200.20
HSL298.18º39.76%67.45%-
HSV(B)298.18º32.2%80.39%-
XYZ44.8835.5762.26-
YUV165.66150.2154.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=37.11%
G=25.41%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031392050.010.3200.20298.1839.7667.45
HexCB8BCD12001412a2843
Octal31321331514002445250103
Binary11001011100010111100110111000000101001001010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BCD; }

 p { color: rgb(203,139,205); }

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

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

 a { background-color: rgb(203,139,205); }

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

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

 span { border-color: rgb(203,139,205); }

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