#CD8ACF

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

Shades of Lilac #CD8ACF

Tints of Lilac #CD8ACF

Color information

#CD8ACF (or 0xCD8ACF) is unknown color: approx Lilac. HEX triplet: CD, 8A and CF. RGB value is (205,138,207). Sum of RGB (Red+Green+Blue) = 205+138+207=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ACF is #327530. Grayscale: #A5A5A5. Windows color (decimal): -3306801 or 13601485. OLE color: 13601485.

HSL color Cylindrical-coordinate representation of color #CD8ACF: hue angle of 298.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8ACF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205138207-
CMYK0.010.3300.19
HSL298.26º41.82%67.65%-
HSV(B)298.26º33.33%81.18%-
XYZ45.5335.6663.52-
YUV165.9151.2155.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=37.27%
G=25.09%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051382070.010.3300.19298.2641.8267.65
HexCD8ACF12101312a2a44
Octal31521231714102345252104
Binary11001101100010101100111111000010100111001010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ACF; }

 p { color: rgb(205,138,207); }

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

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

 a { background-color: rgb(205,138,207); }

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

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

 span { border-color: rgb(205,138,207); }

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