Html Css Color HEX #D971BB Orchid

📋 copy color: '#D971BB'

red 217 ◦ green 113 ◦ blue 187

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

Shades of Orchid #D971BB

Tints of Orchid #D971BB

RGB

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

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

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

R = 41.97%
G = 21.86%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D971BB (or 0xD971BB) is known color: Orchid. HEX triplet: D9, 71 and BB. RGB value is (217,113,187). Sum of RGB (Red+Green+Blue) = 217+113+187=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D971BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971BB is #268E44. Grayscale: #989898. Windows color (decimal): -2526789 or 12284377. OLE color: 12284377.

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

Color convert

RGB 217 113 187 -
CMYK 0 0.48 0.14 0.15
HSL 317.31º 0.58% 0.65% -
HSV(B) 317.31º 0.48% 0.85% -
XYZ 43.49 30.15 50.54 -
YUV 152.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 217 113 187 0 0.48 0.14 0.15 317.31 0.58 0.65
Hex D9 71 BB 0 30 E F 13D 3A 41
Octal 331 161 273 0 60 16 17 475 72 101
Binary 11011001 1110001 10111011 0 110000 1110 1111 100111101 111010 1000001

Color Harmonies of #D971BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971BB

Black with #D971BB

Text Example


Text Example

White with #D971BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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