Html Css Color HEX #D690C7 Lilac

📋 copy color: '#D690C7'

red 214 ◦ green 144 ◦ blue 199

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

Shades of Lilac #D690C7

Tints of Lilac #D690C7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.85%

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 38.42%
G = 25.85%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D690C7 (or 0xD690C7) is known color: Lilac. HEX triplet: D6, 90 and C7. RGB value is (214,144,199). Sum of RGB (Red+Green+Blue) = 214+144+199=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D690C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690C7 is #296F38. Grayscale: #ABABAB. Windows color (decimal): -2715449 or 13078742. OLE color: 13078742.

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

Color convert

RGB 214 144 199 -
CMYK 0 0.33 0.07 0.16
HSL 312.86º 0.46% 0.7% -
HSV(B) 312.86º 0.33% 0.84% -
XYZ 48.01 38.37 58.91 -
YUV 171.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 214 144 199 0 0.33 0.07 0.16 312.86 0.46 0.7
Hex D6 90 C7 0 21 7 10 139 2E 46
Octal 326 220 307 0 41 7 20 471 56 106
Binary 11010110 10010000 11000111 0 100001 111 10000 100111001 101110 1000110

Color Harmonies of #D690C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690C7

Black with #D690C7

Text Example


Text Example

White with #D690C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690C7; }

 p { color: rgb(214,144,199); }

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

background-color css

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

 a { background-color: rgb(214,144,199); }

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

border-color css

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

 span { border-color: rgb(214,144,199); }

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