Html Css Color HEX #D972BE Orchid

📋 copy color: '#D972BE'

red 217 ◦ green 114 ◦ blue 190

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

Shades of Orchid #D972BE

Tints of Orchid #D972BE

RGB

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

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

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

R = 41.65%
G = 21.88%
B = 36.47%

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

#D972BE (or 0xD972BE) is known color: Orchid. HEX triplet: D9, 72 and BE. RGB value is (217,114,190). Sum of RGB (Red+Green+Blue) = 217+114+190=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D972BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972BE is #268D41. Grayscale: #999999. Windows color (decimal): -2526530 or 12481241. OLE color: 12481241.

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

Color convert

RGB 217 114 190 -
CMYK 0 0.47 0.12 0.15
HSL 315.73º 0.58% 0.65% -
HSV(B) 315.73º 0.47% 0.85% -
XYZ 43.93 30.5 52.29 -
YUV 153.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 217 114 190 0 0.47 0.12 0.15 315.73 0.58 0.65
Hex D9 72 BE 0 2F C F 13C 3A 41
Octal 331 162 276 0 57 14 17 474 72 101
Binary 11011001 1110010 10111110 0 101111 1100 1111 100111100 111010 1000001

Color Harmonies of #D972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972BE

Black with #D972BE

Text Example


Text Example

White with #D972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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