Html Css Color HEX #D771BA Orchid

📋 copy color: '#D771BA'

red 215 ◦ green 113 ◦ blue 186

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

Shades of Orchid #D771BA

Tints of Orchid #D771BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 41.83%
G = 21.98%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D771BA (or 0xD771BA) is known color: Orchid. HEX triplet: D7, 71 and BA. RGB value is (215,113,186). Sum of RGB (Red+Green+Blue) = 215+113+186=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D771BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771BA is #288E45. Grayscale: #979797. Windows color (decimal): -2657862 or 12218839. OLE color: 12218839.

HSL color Cylindrical-coordinate representation of color #D771BA: hue angle of 317.06º 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 #D771BA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 186 -
CMYK 0 0.47 0.13 0.16
HSL 317.06º 0.56% 0.64% -
HSV(B) 317.06º 0.47% 0.84% -
XYZ 42.79 29.8 49.95 -
YUV 151.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 215 113 186 0 0.47 0.13 0.16 317.06 0.56 0.64
Hex D7 71 BA 0 2F D 10 13D 38 40
Octal 327 161 272 0 57 15 20 475 70 100
Binary 11010111 1110001 10111010 0 101111 1101 10000 100111101 111000 1000000

Color Harmonies of #D771BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771BA

Black with #D771BA

Text Example


Text Example

White with #D771BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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