#CD8FC7

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

Shades of Lilac #CD8FC7

Tints of Lilac #CD8FC7

Color information

#CD8FC7 (or 0xCD8FC7) is unknown color: approx Lilac. HEX triplet: CD, 8F and C7. RGB value is (205,143,199). Sum of RGB (Red+Green+Blue) = 205+143+199=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FC7 is #327038. Grayscale: #A7A7A7. Windows color (decimal): -3305529 or 13078477. OLE color: 13078477.

HSL color Cylindrical-coordinate representation of color #CD8FC7: hue angle of 305.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FC7 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205143199-
CMYK00.300.030.20
HSL305.81º38.27%68.24%-
HSV(B)305.81º30.24%80.39%-
XYZ45.3136.7558.74-
YUV167.92145.54154.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=37.48%
G=26.14%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514319900.300.030.20305.8138.2768.24
HexCD8FC701E3141322644
Octal31521730703632446246104
Binary11001101100011111100011101111011101001001100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FC7; }

 p { color: rgb(205,143,199); }

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

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

 a { background-color: rgb(205,143,199); }

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

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

 span { border-color: rgb(205,143,199); }

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