Html Css Color HEX #D690CA Lilac

📋 copy color: '#D690CA'

red 214 ◦ green 144 ◦ blue 202

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

Shades of Lilac #D690CA

Tints of Lilac #D690CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 38.21%
G = 25.71%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D690CA (or 0xD690CA) is known color: Lilac. HEX triplet: D6, 90 and CA. RGB value is (214,144,202). Sum of RGB (Red+Green+Blue) = 214+144+202=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D690CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690CA is #296F35. Grayscale: #ABABAB. Windows color (decimal): -2715446 or 13275350. OLE color: 13275350.

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

Color convert

RGB 214 144 202 -
CMYK 0 0.33 0.06 0.16
HSL 310.29º 0.46% 0.7% -
HSV(B) 310.29º 0.33% 0.84% -
XYZ 48.37 38.51 60.76 -
YUV 171.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 214 144 202 0 0.33 0.06 0.16 310.29 0.46 0.7
Hex D6 90 CA 0 21 6 10 136 2E 46
Octal 326 220 312 0 41 6 20 466 56 106
Binary 11010110 10010000 11001010 0 100001 110 10000 100110110 101110 1000110

Color Harmonies of #D690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690CA

Black with #D690CA

Text Example


Text Example

White with #D690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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