Html Css Color HEX #D779D7 Orchid

📋 copy color: '#D779D7'

red 215 ◦ green 121 ◦ blue 215

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

Shades of Orchid #D779D7

Tints of Orchid #D779D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 39.02%
G = 21.96%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D779D7 (or 0xD779D7) is known color: Orchid. HEX triplet: D7, 79 and D7. RGB value is (215,121,215). Sum of RGB (Red+Green+Blue) = 215+121+215=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D779D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779D7 is #288628. Grayscale: #9F9F9F. Windows color (decimal): -2655785 or 14121431. OLE color: 14121431.

HSL color Cylindrical-coordinate representation of color #D779D7: hue angle of 300º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779D7 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 215 -
CMYK 0 0.44 0 0.16
HSL 300º 0.54% 0.66% -
HSV(B) 300º 0.44% 0.84% -
XYZ 47.13 33.03 68.18 -
YUV 159.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 215 121 215 0 0.44 0 0.16 300 0.54 0.66
Hex D7 79 D7 0 2C 0 10 12C 36 42
Octal 327 171 327 0 54 0 20 454 66 102
Binary 11010111 1111001 11010111 0 101100 0 10000 100101100 110110 1000010

Color Harmonies of #D779D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779D7

Black with #D779D7

Text Example


Text Example

White with #D779D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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