Html Css Color HEX #D974BB Orchid

📋 copy color: '#D974BB'

red 217 ◦ green 116 ◦ blue 187

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

Shades of Orchid #D974BB

Tints of Orchid #D974BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.31%

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

R = 41.73%
G = 22.31%
B = 35.96%

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

#D974BB (or 0xD974BB) is known color: Orchid. HEX triplet: D9, 74 and BB. RGB value is (217,116,187). Sum of RGB (Red+Green+Blue) = 217+116+187=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D974BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974BB is #268B44. Grayscale: #9A9A9A. Windows color (decimal): -2526021 or 12285145. OLE color: 12285145.

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

Color convert

RGB 217 116 187 -
CMYK 0 0.47 0.14 0.15
HSL 317.82º 0.57% 0.65% -
HSV(B) 317.82º 0.47% 0.85% -
XYZ 43.83 30.83 50.65 -
YUV 154.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 217 116 187 0 0.47 0.14 0.15 317.82 0.57 0.65
Hex D9 74 BB 0 2F E F 13E 39 41
Octal 331 164 273 0 57 16 17 476 71 101
Binary 11011001 1110100 10111011 0 101111 1110 1111 100111110 111001 1000001

Color Harmonies of #D974BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974BB

Black with #D974BB

Text Example


Text Example

White with #D974BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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