Html Css Color HEX #D696CD Lilac

📋 copy color: '#D696CD'

red 214 ◦ green 150 ◦ blue 205

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

Shades of Lilac #D696CD

Tints of Lilac #D696CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.36%

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

R = 37.61%
G = 26.36%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D696CD (or 0xD696CD) is known color: Lilac. HEX triplet: D6, 96 and CD. RGB value is (214,150,205). Sum of RGB (Red+Green+Blue) = 214+150+205=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CD is #296932. Grayscale: #AFAFAF. Windows color (decimal): -2713907 or 13473494. OLE color: 13473494.

HSL color Cylindrical-coordinate representation of color #D696CD: hue angle of 308.44º 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 #D696CD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 205 -
CMYK 0 0.30 0.04 0.16
HSL 308.44º 0.44% 0.71% -
HSV(B) 308.44º 0.3% 0.84% -
XYZ 49.66 40.52 62.96 -
YUV 175.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 214 150 205 0 0.30 0.04 0.16 308.44 0.44 0.71
Hex D6 96 CD 0 1E 4 10 134 2C 47
Octal 326 226 315 0 36 4 20 464 54 107
Binary 11010110 10010110 11001101 0 11110 100 10000 100110100 101100 1000111

Color Harmonies of #D696CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696CD

Black with #D696CD

Text Example


Text Example

White with #D696CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696CD; }

 p { color: rgb(214,150,205); }

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

background-color css

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

 a { background-color: rgb(214,150,205); }

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

border-color css

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

 span { border-color: rgb(214,150,205); }

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