Html Css Color HEX #D971C7 Orchid

📋 copy color: '#D971C7'

red 217 ◦ green 113 ◦ blue 199

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

Shades of Orchid #D971C7

Tints of Orchid #D971C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 41.02%
G = 21.36%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D971C7 (or 0xD971C7) is known color: Orchid. HEX triplet: D9, 71 and C7. RGB value is (217,113,199). Sum of RGB (Red+Green+Blue) = 217+113+199=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D971C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971C7 is #268E38. Grayscale: #999999. Windows color (decimal): -2526777 or 13070809. OLE color: 13070809.

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

Color convert

RGB 217 113 199 -
CMYK 0 0.48 0.08 0.15
HSL 310.38º 0.58% 0.65% -
HSV(B) 310.38º 0.48% 0.85% -
XYZ 44.83 30.69 57.59 -
YUV 153.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 217 113 199 0 0.48 0.08 0.15 310.38 0.58 0.65
Hex D9 71 C7 0 30 8 F 136 3A 41
Octal 331 161 307 0 60 10 17 466 72 101
Binary 11011001 1110001 11000111 0 110000 1000 1111 100110110 111010 1000001

Color Harmonies of #D971C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971C7

Black with #D971C7

Text Example


Text Example

White with #D971C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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