Html Css Color HEX #D691CC Lilac

📋 copy color: '#D691CC'

red 214 ◦ green 145 ◦ blue 204

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

Shades of Lilac #D691CC

Tints of Lilac #D691CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.75%

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

R = 38.01%
G = 25.75%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D691CC (or 0xD691CC) is known color: Lilac. HEX triplet: D6, 91 and CC. RGB value is (214,145,204). Sum of RGB (Red+Green+Blue) = 214+145+204=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CC is #296E33. Grayscale: #ACACAC. Windows color (decimal): -2715188 or 13406678. OLE color: 13406678.

HSL color Cylindrical-coordinate representation of color #D691CC: hue angle of 308.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691CC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 204 -
CMYK 0 0.32 0.05 0.16
HSL 308.7º 0.46% 0.7% -
HSV(B) 308.7º 0.32% 0.84% -
XYZ 48.76 38.91 62.07 -
YUV 172.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 214 145 204 0 0.32 0.05 0.16 308.7 0.46 0.7
Hex D6 91 CC 0 20 5 10 135 2E 46
Octal 326 221 314 0 40 5 20 465 56 106
Binary 11010110 10010001 11001100 0 100000 101 10000 100110101 101110 1000110

Color Harmonies of #D691CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691CC

Black with #D691CC

Text Example


Text Example

White with #D691CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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