Html Css Color HEX #D971D3 Orchid

📋 copy color: '#D971D3'

red 217 ◦ green 113 ◦ blue 211

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

Shades of Orchid #D971D3

Tints of Orchid #D971D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39%

R = 40.11%
G = 20.89%
B = 39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D971D3 (or 0xD971D3) is known color: Orchid. HEX triplet: D9, 71 and D3. RGB value is (217,113,211). Sum of RGB (Red+Green+Blue) = 217+113+211=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D971D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971D3 is #268E2C. Grayscale: #9A9A9A. Windows color (decimal): -2526765 or 13857241. OLE color: 13857241.

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

Color convert

RGB 217 113 211 -
CMYK 0 0.48 0.03 0.15
HSL 303.46º 0.58% 0.65% -
HSV(B) 303.46º 0.48% 0.85% -
XYZ 46.28 31.27 65.22 -
YUV 155.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 217 113 211 0 0.48 0.03 0.15 303.46 0.58 0.65
Hex D9 71 D3 0 30 3 F 12F 3A 41
Octal 331 161 323 0 60 3 17 457 72 101
Binary 11011001 1110001 11010011 0 110000 11 1111 100101111 111010 1000001

Color Harmonies of #D971D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971D3

Black with #D971D3

Text Example


Text Example

White with #D971D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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