Html Css Color HEX #D771B9 Orchid

📋 copy color: '#D771B9'

red 215 ◦ green 113 ◦ blue 185

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

Shades of Orchid #D771B9

Tints of Orchid #D771B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 41.91%
G = 22.03%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D771B9 (or 0xD771B9) is known color: Orchid. HEX triplet: D7, 71 and B9. RGB value is (215,113,185). Sum of RGB (Red+Green+Blue) = 215+113+185=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B9 is #288E46. Grayscale: #979797. Windows color (decimal): -2657863 or 12153303. OLE color: 12153303.

HSL color Cylindrical-coordinate representation of color #D771B9: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771B9 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 185 -
CMYK 0 0.47 0.14 0.16
HSL 317.65º 0.56% 0.64% -
HSV(B) 317.65º 0.47% 0.84% -
XYZ 42.69 29.76 49.39 -
YUV 151.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 215 113 185 0 0.47 0.14 0.16 317.65 0.56 0.64
Hex D7 71 B9 0 2F E 10 13E 38 40
Octal 327 161 271 0 57 16 20 476 70 100
Binary 11010111 1110001 10111001 0 101111 1110 10000 100111110 111000 1000000

Color Harmonies of #D771B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771B9

Black with #D771B9

Text Example


Text Example

White with #D771B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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