Html Css Color HEX #D972BF Orchid

📋 copy color: '#D972BF'

red 217 ◦ green 114 ◦ blue 191

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

Shades of Orchid #D972BF

Tints of Orchid #D972BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.84%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 41.57%
G = 21.84%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D972BF (or 0xD972BF) is known color: Orchid. HEX triplet: D9, 72 and BF. RGB value is (217,114,191). Sum of RGB (Red+Green+Blue) = 217+114+191=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D972BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972BF is #268D40. Grayscale: #999999. Windows color (decimal): -2526529 or 12546777. OLE color: 12546777.

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

Color convert

RGB 217 114 191 -
CMYK 0 0.47 0.12 0.15
HSL 315.15º 0.58% 0.65% -
HSV(B) 315.15º 0.47% 0.85% -
XYZ 44.04 30.55 52.87 -
YUV 153.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 217 114 191 0 0.47 0.12 0.15 315.15 0.58 0.65
Hex D9 72 BF 0 2F C F 13B 3A 41
Octal 331 162 277 0 57 14 17 473 72 101
Binary 11011001 1110010 10111111 0 101111 1100 1111 100111011 111010 1000001

Color Harmonies of #D972BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972BF

Black with #D972BF

Text Example


Text Example

White with #D972BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972BF; }

 p { color: rgb(217,114,191); }

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

background-color css

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

 a { background-color: rgb(217,114,191); }

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

border-color css

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

 span { border-color: rgb(217,114,191); }

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