Html Css Color HEX #D971BC Orchid

📋 copy color: '#D971BC'

red 217 ◦ green 113 ◦ blue 188

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

Shades of Orchid #D971BC

Tints of Orchid #D971BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 41.89%
G = 21.81%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D971BC (or 0xD971BC) is known color: Orchid. HEX triplet: D9, 71 and BC. RGB value is (217,113,188). Sum of RGB (Red+Green+Blue) = 217+113+188=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D971BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971BC is #268E43. Grayscale: #989898. Windows color (decimal): -2526788 or 12349913. OLE color: 12349913.

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

Color convert

RGB 217 113 188 -
CMYK 0 0.48 0.13 0.15
HSL 316.73º 0.58% 0.65% -
HSV(B) 316.73º 0.48% 0.85% -
XYZ 43.6 30.19 51.11 -
YUV 152.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 217 113 188 0 0.48 0.13 0.15 316.73 0.58 0.65
Hex D9 71 BC 0 30 D F 13D 3A 41
Octal 331 161 274 0 60 15 17 475 72 101
Binary 11011001 1110001 10111100 0 110000 1101 1111 100111101 111010 1000001

Color Harmonies of #D971BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971BC

Black with #D971BC

Text Example


Text Example

White with #D971BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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