Html Css Color HEX #D971BE Orchid

📋 copy color: '#D971BE'

red 217 ◦ green 113 ◦ blue 190

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

Shades of Orchid #D971BE

Tints of Orchid #D971BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 41.73%
G = 21.73%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D971BE (or 0xD971BE) is known color: Orchid. HEX triplet: D9, 71 and BE. RGB value is (217,113,190). Sum of RGB (Red+Green+Blue) = 217+113+190=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D971BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971BE is #268E41. Grayscale: #989898. Windows color (decimal): -2526786 or 12480985. OLE color: 12480985.

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

Color convert

RGB 217 113 190 -
CMYK 0 0.48 0.12 0.15
HSL 315.58º 0.58% 0.65% -
HSV(B) 315.58º 0.48% 0.85% -
XYZ 43.81 30.28 52.25 -
YUV 152.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 217 113 190 0 0.48 0.12 0.15 315.58 0.58 0.65
Hex D9 71 BE 0 30 C F 13C 3A 41
Octal 331 161 276 0 60 14 17 474 72 101
Binary 11011001 1110001 10111110 0 110000 1100 1111 100111100 111010 1000001

Color Harmonies of #D971BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971BE

Black with #D971BE

Text Example


Text Example

White with #D971BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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