Html Css Color HEX #D779D9 Orchid

📋 copy color: '#D779D9'

red 215 ◦ green 121 ◦ blue 217

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

Shades of Orchid #D779D9

Tints of Orchid #D779D9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.88%

 BLUE value IS 217 (85.16% from 255) = 39.24%

R = 38.88%
G = 21.88%
B = 39.24%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D779D9 (or 0xD779D9) is known color: Orchid. HEX triplet: D7, 79 and D9. RGB value is (215,121,217). Sum of RGB (Red+Green+Blue) = 215+121+217=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #D779D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779D9 is #288626. Grayscale: #9F9F9F. Windows color (decimal): -2655783 or 14252503. OLE color: 14252503.

HSL color Cylindrical-coordinate representation of color #D779D9: hue angle of 298.75º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779D9 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 121 217 -
CMYK 0.01 0.44 0 0.15
HSL 298.75º 0.56% 0.66% -
HSV(B) 298.75º 0.44% 0.85% -
XYZ 47.39 33.13 69.54 -
YUV 160.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 215 121 217 0.01 0.44 0 0.15 298.75 0.56 0.66
Hex D7 79 D9 1 2C 0 F 12B 38 42
Octal 327 171 331 1 54 0 17 453 70 102
Binary 11010111 1111001 11011001 1 101100 0 1111 100101011 111000 1000010

Color Harmonies of #D779D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779D9

Black with #D779D9

Text Example


Text Example

White with #D779D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779D9; }

 p { color: rgb(215,121,217); }

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

background-color css

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

 a { background-color: rgb(215,121,217); }

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

border-color css

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

 span { border-color: rgb(215,121,217); }

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