Html Css Color HEX #D771D9 Orchid

📋 copy color: '#D771D9'

red 215 ◦ green 113 ◦ blue 217

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

Shades of Orchid #D771D9

Tints of Orchid #D771D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 39.45%
G = 20.73%
B = 39.82%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D771D9 (or 0xD771D9) is known color: Orchid. HEX triplet: D7, 71 and D9. RGB value is (215,113,217). Sum of RGB (Red+Green+Blue) = 215+113+217=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #D771D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D9 is #288E26. Grayscale: #9B9B9B. Windows color (decimal): -2657831 or 14250455. OLE color: 14250455.

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

Color convert

RGB 215 113 217 -
CMYK 0.01 0.48 0 0.15
HSL 298.85º 0.58% 0.65% -
HSV(B) 298.85º 0.48% 0.85% -
XYZ 46.45 31.27 69.23 -
YUV 155.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 215 113 217 0.01 0.48 0 0.15 298.85 0.58 0.65
Hex D7 71 D9 1 30 0 F 12B 3A 41
Octal 327 161 331 1 60 0 17 453 72 101
Binary 11010111 1110001 11011001 1 110000 0 1111 100101011 111010 1000001

Color Harmonies of #D771D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771D9

Black with #D771D9

Text Example


Text Example

White with #D771D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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