#D195CE

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

Shades of Lilac #D195CE

Tints of Lilac #D195CE

Color information

#D195CE (or 0xD195CE) is unknown color: approx Lilac. HEX triplet: D1, 95 and CE. RGB value is (209,149,206). Sum of RGB (Red+Green+Blue) = 209+149+206=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D195CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195CE is #2E6A31. Grayscale: #ADADAD. Windows color (decimal): -3041842 or 13538769. OLE color: 13538769.

HSL color Cylindrical-coordinate representation of color #D195CE: hue angle of 303º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195CE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209149206-
CMYK00.290.010.18
HSL303º39.47%70.2%-
HSV(B)303º28.71%81.96%-
XYZ48.1839.5163.48-
YUV173.44146.38153.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=37.06%
G=26.42%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914920600.290.010.1830339.4770.2
HexD195CE01D11212f2746
Octal32122531603512245747106
Binary1101000110010101110011100111011100101001011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195CE; }

 p { color: rgb(209,149,206); }

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

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

 a { background-color: rgb(209,149,206); }

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

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

 span { border-color: rgb(209,149,206); }

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