#D974C6

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

Shades of Orchid #D974C6

Tints of Orchid #D974C6

Color information

#D974C6 (or 0xD974C6) is unknown color: approx Orchid. HEX triplet: D9, 74 and C6. RGB value is (217,116,198). Sum of RGB (Red+Green+Blue) = 217+116+198=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D974C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974C6 is #268B39. Grayscale: #9B9B9B. Windows color (decimal): -2526010 or 13006041. OLE color: 13006041.

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

Color convert

RGB217116198-
CMYK00.470.090.15
HSL311.29º57.06%65.29%-
HSV(B)311.29º46.54%85.1%-
XYZ45.0531.3257.1-
YUV155.55151.96171.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=40.87%
G=21.85%
B=37.29%

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
Decimal21711619800.470.090.15311.2957.0665.29
HexD974C602F9F1373941
Octal331164306057111746771101
Binary110110011110100110001100101111100111111001101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974C6; }

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

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

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

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

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

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

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

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