Html Css Color HEX #D295CD Lilac

📋 copy color: '#D295CD'

red 210 ◦ green 149 ◦ blue 205

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

Shades of Lilac #D295CD

Tints of Lilac #D295CD

RGB

 RED value IS 210 (82.42% from 255) = 37.23%

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 37.23%
G = 26.42%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D295CD (or 0xD295CD) is known color: Lilac. HEX triplet: D2, 95 and CD. RGB value is (210,149,205). Sum of RGB (Red+Green+Blue) = 210+149+205=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CD is #2D6A32. Grayscale: #ADADAD. Windows color (decimal): -2976307 or 13473234. OLE color: 13473234.

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

Color convert

RGB 210 149 205 -
CMYK 0 0.29 0.02 0.18
HSL 304.92º 0.4% 0.7% -
HSV(B) 304.92º 0.29% 0.82% -
XYZ 48.35 39.6 62.85 -
YUV 173.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 210 149 205 0 0.29 0.02 0.18 304.92 0.4 0.7
Hex D2 95 CD 0 1D 2 12 131 28 46
Octal 322 225 315 0 35 2 22 461 50 106
Binary 11010010 10010101 11001101 0 11101 10 10010 100110001 101000 1000110

Color Harmonies of #D295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295CD

Black with #D295CD

Text Example


Text Example

White with #D295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295CD; }

 p { color: rgb(210,149,205); }

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

background-color css

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

 a { background-color: rgb(210,149,205); }

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

border-color css

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

 span { border-color: rgb(210,149,205); }

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