Html Css Color HEX #D695C6 Lilac

📋 copy color: '#D695C6'

red 214 ◦ green 149 ◦ blue 198

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

Shades of Lilac #D695C6

Tints of Lilac #D695C6

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 38.15%
G = 26.56%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D695C6 (or 0xD695C6) is known color: Lilac. HEX triplet: D6, 95 and C6. RGB value is (214,149,198). Sum of RGB (Red+Green+Blue) = 214+149+198=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C6 is #296A39. Grayscale: #ADADAD. Windows color (decimal): -2714170 or 13014486. OLE color: 13014486.

HSL color Cylindrical-coordinate representation of color #D695C6: hue angle of 314.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695C6 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 198 -
CMYK 0 0.30 0.07 0.16
HSL 314.77º 0.44% 0.71% -
HSV(B) 314.77º 0.3% 0.84% -
XYZ 48.67 39.87 58.56 -
YUV 174.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 214 149 198 0 0.30 0.07 0.16 314.77 0.44 0.71
Hex D6 95 C6 0 1E 7 10 13B 2C 47
Octal 326 225 306 0 36 7 20 473 54 107
Binary 11010110 10010101 11000110 0 11110 111 10000 100111011 101100 1000111

Color Harmonies of #D695C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695C6

Black with #D695C6

Text Example


Text Example

White with #D695C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695C6; }

 p { color: rgb(214,149,198); }

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

background-color css

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

 a { background-color: rgb(214,149,198); }

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

border-color css

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

 span { border-color: rgb(214,149,198); }

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