#D696CD

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

Shades of Lilac #D696CD

Tints of Lilac #D696CD

Color information

#D696CD (or 0xD696CD) is unknown color: approx Lilac. HEX triplet: D6, 96 and CD. RGB value is (214,150,205). Sum of RGB (Red+Green+Blue) = 214+150+205=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CD is #296932. Grayscale: #AFAFAF. Windows color (decimal): -2713907 or 13473494. OLE color: 13473494.

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

Color convert

RGB214150205-
CMYK00.300.040.16
HSL308.44º43.84%71.37%-
HSV(B)308.44º29.91%83.92%-
XYZ49.6640.5262.96-
YUV175.41144.7155.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=37.61%
G=26.36%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415020500.300.040.16308.4443.8471.37
HexD696CD01E4101342c47
Octal32622631503642046454107
Binary110101101001011011001101011110100100001001101001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696CD; }

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

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

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

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

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

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

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

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