Html Css Color HEX #D195CA Lilac

📋 copy color: '#D195CA'

red 209 ◦ green 149 ◦ blue 202

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

Shades of Lilac #D195CA

Tints of Lilac #D195CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 37.32%
G = 26.61%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D195CA (or 0xD195CA) is known color: Lilac. HEX triplet: D1, 95 and CA. RGB value is (209,149,202). Sum of RGB (Red+Green+Blue) = 209+149+202=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D195CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195CA is #2E6A35. Grayscale: #ACACAC. Windows color (decimal): -3041846 or 13276625. OLE color: 13276625.

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

Color convert

RGB 209 149 202 -
CMYK 0 0.29 0.03 0.18
HSL 307º 0.39% 0.7% -
HSV(B) 307º 0.29% 0.82% -
XYZ 47.7 39.31 60.95 -
YUV 172.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 209 149 202 0 0.29 0.03 0.18 307 0.39 0.7
Hex D1 95 CA 0 1D 3 12 133 27 46
Octal 321 225 312 0 35 3 22 463 47 106
Binary 11010001 10010101 11001010 0 11101 11 10010 100110011 100111 1000110

Color Harmonies of #D195CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195CA

Black with #D195CA

Text Example


Text Example

White with #D195CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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