Html Css Color HEX #D690C5 Lilac

📋 copy color: '#D690C5'

red 214 ◦ green 144 ◦ blue 197

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

Shades of Lilac #D690C5

Tints of Lilac #D690C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 38.56%
G = 25.95%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D690C5 (or 0xD690C5) is known color: Lilac. HEX triplet: D6, 90 and C5. RGB value is (214,144,197). Sum of RGB (Red+Green+Blue) = 214+144+197=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D690C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690C5 is #296F3A. Grayscale: #AAAAAA. Windows color (decimal): -2715451 or 12947670. OLE color: 12947670.

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

Color convert

RGB 214 144 197 -
CMYK 0 0.33 0.08 0.16
HSL 314.57º 0.46% 0.7% -
HSV(B) 314.57º 0.33% 0.84% -
XYZ 47.78 38.27 57.69 -
YUV 170.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 214 144 197 0 0.33 0.08 0.16 314.57 0.46 0.7
Hex D6 90 C5 0 21 8 10 13B 2E 46
Octal 326 220 305 0 41 10 20 473 56 106
Binary 11010110 10010000 11000101 0 100001 1000 10000 100111011 101110 1000110

Color Harmonies of #D690C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690C5

Black with #D690C5

Text Example


Text Example

White with #D690C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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