Html Css Color HEX #D790CA Lilac

📋 copy color: '#D790CA'

red 215 ◦ green 144 ◦ blue 202

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

Shades of Lilac #D790CA

Tints of Lilac #D790CA

RGB

 RED value IS 215 (84.38% from 255) = 38.32%

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

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

R = 38.32%
G = 25.67%
B = 36.01%

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

#D790CA (or 0xD790CA) is known color: Lilac. HEX triplet: D7, 90 and CA. RGB value is (215,144,202). Sum of RGB (Red+Green+Blue) = 215+144+202=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D790CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790CA is #286F35. Grayscale: #ABABAB. Windows color (decimal): -2649910 or 13275351. OLE color: 13275351.

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

Color convert

RGB 215 144 202 -
CMYK 0 0.33 0.06 0.16
HSL 310.99º 0.47% 0.7% -
HSV(B) 310.99º 0.33% 0.84% -
XYZ 48.66 38.66 60.77 -
YUV 171.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 215 144 202 0 0.33 0.06 0.16 310.99 0.47 0.7
Hex D7 90 CA 0 21 6 10 137 2F 46
Octal 327 220 312 0 41 6 20 467 57 106
Binary 11010111 10010000 11001010 0 100001 110 10000 100110111 101111 1000110

Color Harmonies of #D790CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790CA

Black with #D790CA

Text Example


Text Example

White with #D790CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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