#CD8FCF

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

Shades of Lilac #CD8FCF

Tints of Lilac #CD8FCF

Color information

#CD8FCF (or 0xCD8FCF) is unknown color: approx Lilac. HEX triplet: CD, 8F and CF. RGB value is (205,143,207). Sum of RGB (Red+Green+Blue) = 205+143+207=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FCF is #327030. Grayscale: #A8A8A8. Windows color (decimal): -3305521 or 13602765. OLE color: 13602765.

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

Color convert

RGB205143207-
CMYK0.010.3100.19
HSL298.12º40%68.63%-
HSV(B)298.12º30.92%81.18%-
XYZ46.2637.1363.76-
YUV168.83149.54153.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=36.94%
G=25.77%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051432070.010.3100.19298.124068.63
HexCD8FCF11F01312a2845
Octal31521731713702345250105
Binary1100110110001111110011111111110100111001010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FCF; }

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

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

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

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

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

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

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

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