Html Css Color HEX #D773B9 Orchid

📋 copy color: '#D773B9'

red 215 ◦ green 115 ◦ blue 185

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

Shades of Orchid #D773B9

Tints of Orchid #D773B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.33%

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

R = 41.75%
G = 22.33%
B = 35.92%

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

#D773B9 (or 0xD773B9) is known color: Orchid. HEX triplet: D7, 73 and B9. RGB value is (215,115,185). Sum of RGB (Red+Green+Blue) = 215+115+185=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773B9 is #288C46. Grayscale: #989898. Windows color (decimal): -2657351 or 12153815. OLE color: 12153815.

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

Color convert

RGB 215 115 185 -
CMYK 0 0.47 0.14 0.16
HSL 318º 0.56% 0.65% -
HSV(B) 318º 0.47% 0.84% -
XYZ 42.91 30.21 49.47 -
YUV 152.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 215 115 185 0 0.47 0.14 0.16 318 0.56 0.65
Hex D7 73 B9 0 2F E 10 13E 38 41
Octal 327 163 271 0 57 16 20 476 70 101
Binary 11010111 1110011 10111001 0 101111 1110 10000 100111110 111000 1000001

Color Harmonies of #D773B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773B9

Black with #D773B9

Text Example


Text Example

White with #D773B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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