Html Css Color HEX #D973BB Orchid

📋 copy color: '#D973BB'

red 217 ◦ green 115 ◦ blue 187

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

Shades of Orchid #D973BB

Tints of Orchid #D973BB

RGB

 RED value IS 217 (85.16% from 255) = 41.81%

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 41.81%
G = 22.16%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D973BB (or 0xD973BB) is known color: Orchid. HEX triplet: D9, 73 and BB. RGB value is (217,115,187). Sum of RGB (Red+Green+Blue) = 217+115+187=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D973BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973BB is #268C44. Grayscale: #999999. Windows color (decimal): -2526277 or 12284889. OLE color: 12284889.

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

Color convert

RGB 217 115 187 -
CMYK 0 0.47 0.14 0.15
HSL 317.65º 0.57% 0.65% -
HSV(B) 317.65º 0.47% 0.85% -
XYZ 43.72 30.6 50.62 -
YUV 153.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 217 115 187 0 0.47 0.14 0.15 317.65 0.57 0.65
Hex D9 73 BB 0 2F E F 13E 39 41
Octal 331 163 273 0 57 16 17 476 71 101
Binary 11011001 1110011 10111011 0 101111 1110 1111 100111110 111001 1000001

Color Harmonies of #D973BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973BB

Black with #D973BB

Text Example


Text Example

White with #D973BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973BB; }

 p { color: rgb(217,115,187); }

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

background-color css

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

 a { background-color: rgb(217,115,187); }

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

border-color css

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

 span { border-color: rgb(217,115,187); }

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