#D973C6

Color #D973C6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D973C6

Tints of Orchid #D973C6

Color information

#D973C6 (or 0xD973C6) is unknown color: approx Orchid. HEX triplet: D9, 73 and C6. RGB value is (217,115,198). Sum of RGB (Red+Green+Blue) = 217+115+198=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C6 is #268C39. Grayscale: #9A9A9A. Windows color (decimal): -2526266 or 13005785. OLE color: 13005785.

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

Color convert

RGB217115198-
CMYK00.470.090.15
HSL311.18º57.3%65.1%-
HSV(B)311.18º47%85.1%-
XYZ44.9431.0957.06-
YUV154.96152.29172.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=40.94%
G=21.70%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711519800.470.090.15311.1857.365.1
HexD973C602F9F1373941
Octal331163306057111746771101
Binary110110011110011110001100101111100111111001101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D973C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D973C6; }

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

 H1.HeaderClassName
 {
   color: #D973C6;
 }
 .AnyTagClassName
 {
   color: #D973C6;
 }
</style>
background-color css

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

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

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

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

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

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