Html Css Color HEX #D696CC Lilac

📋 copy color: '#D696CC'

red 214 ◦ green 150 ◦ blue 204

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

Shades of Lilac #D696CC

Tints of Lilac #D696CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 37.68%
G = 26.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D696CC (or 0xD696CC) is known color: Lilac. HEX triplet: D6, 96 and CC. RGB value is (214,150,204). Sum of RGB (Red+Green+Blue) = 214+150+204=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CC is #296933. Grayscale: #AFAFAF. Windows color (decimal): -2713908 or 13407958. OLE color: 13407958.

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

Color convert

RGB 214 150 204 -
CMYK 0 0.30 0.05 0.16
HSL 309.38º 0.44% 0.71% -
HSV(B) 309.38º 0.3% 0.84% -
XYZ 49.54 40.47 62.33 -
YUV 175.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 214 150 204 0 0.30 0.05 0.16 309.38 0.44 0.71
Hex D6 96 CC 0 1E 5 10 135 2C 47
Octal 326 226 314 0 36 5 20 465 54 107
Binary 11010110 10010110 11001100 0 11110 101 10000 100110101 101100 1000111

Color Harmonies of #D696CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696CC

Black with #D696CC

Text Example


Text Example

White with #D696CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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