Html Css Color HEX #D794CA Lilac

📋 copy color: '#D794CA'

red 215 ◦ green 148 ◦ blue 202

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

Shades of Lilac #D794CA

Tints of Lilac #D794CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.19%

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

R = 38.05%
G = 26.19%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D794CA (or 0xD794CA) is known color: Lilac. HEX triplet: D7, 94 and CA. RGB value is (215,148,202). Sum of RGB (Red+Green+Blue) = 215+148+202=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D794CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794CA is #286B35. Grayscale: #AEAEAE. Windows color (decimal): -2648886 or 13276375. OLE color: 13276375.

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

Color convert

RGB 215 148 202 -
CMYK 0 0.31 0.06 0.16
HSL 311.64º 0.46% 0.71% -
HSV(B) 311.64º 0.31% 0.84% -
XYZ 49.27 39.89 60.98 -
YUV 174.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 215 148 202 0 0.31 0.06 0.16 311.64 0.46 0.71
Hex D7 94 CA 0 1F 6 10 138 2E 47
Octal 327 224 312 0 37 6 20 470 56 107
Binary 11010111 10010100 11001010 0 11111 110 10000 100111000 101110 1000111

Color Harmonies of #D794CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794CA

Black with #D794CA

Text Example


Text Example

White with #D794CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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