#CD8FD4

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

Shades of Lilac #CD8FD4

Tints of Lilac #CD8FD4

Color information

#CD8FD4 (or 0xCD8FD4) is unknown color: approx Lilac. HEX triplet: CD, 8F and D4. RGB value is (205,143,212). Sum of RGB (Red+Green+Blue) = 205+143+212=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD8FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FD4 is #32702B. Grayscale: #A9A9A9. Windows color (decimal): -3305516 or 13930445. OLE color: 13930445.

HSL color Cylindrical-coordinate representation of color #CD8FD4: hue angle of 293.91º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8FD4 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205143212-
CMYK0.030.3300.17
HSL293.91º44.52%69.61%-
HSV(B)293.91º32.55%83.14%-
XYZ46.8837.3867.03-
YUV169.4152.04153.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=36.61%
G=25.54%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051432120.030.3300.17293.9144.5269.61
HexCD8FD43210111262d46
Octal31521732434102144655106
Binary110011011000111111010100111000010100011001001101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FD4; }

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

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

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

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

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

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

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

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