Html Css Color HEX #D195CF Lilac

📋 copy color: '#D195CF'

red 209 ◦ green 149 ◦ blue 207

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

Shades of Lilac #D195CF

Tints of Lilac #D195CF

RGB

 RED value IS 209 (82.03% from 255) = 36.99%

 GREEN value IS 149 (58.59% from 255) = 26.37%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 36.99%
G = 26.37%
B = 36.64%

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

#D195CF (or 0xD195CF) is known color: Lilac. HEX triplet: D1, 95 and CF. RGB value is (209,149,207). Sum of RGB (Red+Green+Blue) = 209+149+207=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D195CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195CF is #2E6A30. Grayscale: #ADADAD. Windows color (decimal): -3041841 or 13604305. OLE color: 13604305.

HSL color Cylindrical-coordinate representation of color #D195CF: hue angle of 302º 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 #D195CF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 207 -
CMYK 0 0.29 0.01 0.18
HSL 302º 0.39% 0.7% -
HSV(B) 302º 0.29% 0.82% -
XYZ 48.3 39.56 64.12 -
YUV 173.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 209 149 207 0 0.29 0.01 0.18 302 0.39 0.7
Hex D1 95 CF 0 1D 1 12 12E 27 46
Octal 321 225 317 0 35 1 22 456 47 106
Binary 11010001 10010101 11001111 0 11101 1 10010 100101110 100111 1000110

Color Harmonies of #D195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195CF

Black with #D195CF

Text Example


Text Example

White with #D195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195CF; }

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

 H1.HeaderClassName
 {
   color: #D195CF;
 }
 .AnyTagClassName
 {
   color: #D195CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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