#CB8ACC

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

Shades of Lilac #CB8ACC

Tints of Lilac #CB8ACC

Color information

#CB8ACC (or 0xCB8ACC) is unknown color: approx Lilac. HEX triplet: CB, 8A and CC. RGB value is (203,138,204). Sum of RGB (Red+Green+Blue) = 203+138+204=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ACC is #347533. Grayscale: #A4A4A4. Windows color (decimal): -3437876 or 13404875. OLE color: 13404875.

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

Color convert

RGB203138204-
CMYK0.000.3200.2
HSL299.09º39.29%67.06%-
HSV(B)299.09º32.35%80%-
XYZ44.6235.2361.58-
YUV164.96150.03155.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=37.25%
G=25.32%
B=37.43%

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
Decimal2031382040.000.3200.2299.0939.2967.06
HexCB8ACC02001412b2743
Octal31321231404002445347103
Binary11001011100010101100110001000000101001001010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ACC; }

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

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

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

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

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

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

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

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