Html Css Color HEX #D195CE Lilac

📋 copy color: '#D195CE'

red 209 ◦ green 149 ◦ blue 206

#D195CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #D195CE

Tints of Lilac #D195CE

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 value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D195CE (or 0xD195CE) is known color: 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

RGB 209 149 206 -
CMYK 0 0.29 0.01 0.18
HSL 303º 0.39% 0.7% -
HSV(B) 303º 0.29% 0.82% -
XYZ 48.18 39.51 63.48 -
YUV 173.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 209 149 206 0 0.29 0.01 0.18 303 0.39 0.7
Hex D1 95 CE 0 1D 1 12 12F 27 46
Octal 321 225 316 0 35 1 22 457 47 106
Binary 11010001 10010101 11001110 0 11101 1 10010 100101111 100111 1000110

Color Harmonies of #D195CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195CE

Black with #D195CE

Text Example


Text Example

White with #D195CE

Text Example


Text Example

HTML Codes & Css Web 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>