#CB8BCC

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

Shades of Lilac #CB8BCC

Tints of Lilac #CB8BCC

Color information

#CB8BCC (or 0xCB8BCC) is unknown color: approx Lilac. HEX triplet: CB, 8B and CC. RGB value is (203,139,204). Sum of RGB (Red+Green+Blue) = 203+139+204=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BCC is #347433. Grayscale: #A5A5A5. Windows color (decimal): -3437620 or 13405131. OLE color: 13405131.

HSL color Cylindrical-coordinate representation of color #CB8BCC: hue angle of 299.08º degrees, saturation: 0.39, 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 #CB8BCC is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203139204-
CMYK0.000.3200.2
HSL299.08º38.92%67.25%-
HSV(B)299.08º31.86%80%-
XYZ44.7635.5261.62-
YUV165.55149.7154.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=37.18%
G=25.46%
B=37.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031392040.000.3200.2299.0838.9267.25
HexCB8BCC02001412b2743
Octal31321331404002445347103
Binary11001011100010111100110001000000101001001010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BCC; }

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

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

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

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

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

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

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

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