Html Css Color HEX #D690CD Lilac

📋 copy color: '#D690CD'

red 214 ◦ green 144 ◦ blue 205

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

Shades of Lilac #D690CD

Tints of Lilac #D690CD

RGB

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

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

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

R = 38.01%
G = 25.58%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D690CD (or 0xD690CD) is known color: Lilac. HEX triplet: D6, 90 and CD. RGB value is (214,144,205). Sum of RGB (Red+Green+Blue) = 214+144+205=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D690CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690CD is #296F32. Grayscale: #ABABAB. Windows color (decimal): -2715443 or 13471958. OLE color: 13471958.

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

Color convert

RGB 214 144 205 -
CMYK 0 0.33 0.04 0.16
HSL 307.71º 0.46% 0.7% -
HSV(B) 307.71º 0.33% 0.84% -
XYZ 48.72 38.65 62.65 -
YUV 171.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 214 144 205 0 0.33 0.04 0.16 307.71 0.46 0.7
Hex D6 90 CD 0 21 4 10 134 2E 46
Octal 326 220 315 0 41 4 20 464 56 106
Binary 11010110 10010000 11001101 0 100001 100 10000 100110100 101110 1000110

Color Harmonies of #D690CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690CD

Black with #D690CD

Text Example


Text Example

White with #D690CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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