Html Css Color HEX #D973C7 Orchid

📋 copy color: '#D973C7'

red 217 ◦ green 115 ◦ blue 199

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

Shades of Orchid #D973C7

Tints of Orchid #D973C7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 40.87%
G = 21.66%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D973C7 (or 0xD973C7) is known color: Orchid. HEX triplet: D9, 73 and C7. RGB value is (217,115,199). Sum of RGB (Red+Green+Blue) = 217+115+199=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C7 is #268C38. Grayscale: #9A9A9A. Windows color (decimal): -2526265 or 13071321. OLE color: 13071321.

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

Color convert

RGB 217 115 199 -
CMYK 0 0.47 0.08 0.15
HSL 310.59º 0.57% 0.65% -
HSV(B) 310.59º 0.47% 0.85% -
XYZ 45.05 31.14 57.67 -
YUV 155.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 217 115 199 0 0.47 0.08 0.15 310.59 0.57 0.65
Hex D9 73 C7 0 2F 8 F 137 39 41
Octal 331 163 307 0 57 10 17 467 71 101
Binary 11011001 1110011 11000111 0 101111 1000 1111 100110111 111001 1000001

Color Harmonies of #D973C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973C7

Black with #D973C7

Text Example


Text Example

White with #D973C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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