#D692CA

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

Shades of Lilac #D692CA

Tints of Lilac #D692CA

Color information

#D692CA (or 0xD692CA) is unknown color: approx Lilac. HEX triplet: D6, 92 and CA. RGB value is (214,146,202). Sum of RGB (Red+Green+Blue) = 214+146+202=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CA is #296D35. Grayscale: #ACACAC. Windows color (decimal): -2714934 or 13275862. OLE color: 13275862.

HSL color Cylindrical-coordinate representation of color #D692CA: hue angle of 310.59º 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 #D692CA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214146202-
CMYK00.320.060.16
HSL310.59º45.33%70.59%-
HSV(B)310.59º31.78%83.92%-
XYZ48.6739.1260.86-
YUV172.72144.53157.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=38.08%
G=25.98%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414620200.320.060.16310.5945.3370.59
HexD692CA0206101372d47
Octal32622231204062046755107
Binary1101011010010010110010100100000110100001001101111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692CA; }

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

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

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

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

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

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

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

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