#D692CD

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

Shades of Lilac #D692CD

Tints of Lilac #D692CD

Color information

#D692CD (or 0xD692CD) is unknown color: approx Lilac. HEX triplet: D6, 92 and CD. RGB value is (214,146,205). Sum of RGB (Red+Green+Blue) = 214+146+205=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CD is #296D32. Grayscale: #ACACAC. Windows color (decimal): -2714931 or 13472470. OLE color: 13472470.

HSL color Cylindrical-coordinate representation of color #D692CD: hue angle of 307.94º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692CD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214146205-
CMYK00.320.040.16
HSL307.94º45.33%70.59%-
HSV(B)307.94º31.78%83.92%-
XYZ49.0339.2662.75-
YUV173.06146.03157.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=37.88%
G=25.84%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414620500.320.040.16307.9445.3370.59
HexD692CD0204101342d47
Octal32622231504042046455107
Binary1101011010010010110011010100000100100001001101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692CD; }

 p { color: rgb(214,146,205); }

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

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

 a { background-color: rgb(214,146,205); }

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

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

 span { border-color: rgb(214,146,205); }

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