#D974CC

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

Shades of Orchid #D974CC

Tints of Orchid #D974CC

Color information

#D974CC (or 0xD974CC) is unknown color: approx Orchid. HEX triplet: D9, 74 and CC. RGB value is (217,116,204). Sum of RGB (Red+Green+Blue) = 217+116+204=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D974CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974CC is #268B33. Grayscale: #9B9B9B. Windows color (decimal): -2526004 or 13399257. OLE color: 13399257.

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

Color convert

RGB217116204-
CMYK00.470.060.15
HSL307.72º57.06%65.29%-
HSV(B)307.72º46.54%85.1%-
XYZ45.7631.660.81-
YUV156.23154.96171.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=40.41%
G=21.60%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711620400.470.060.15307.7257.0665.29
HexD974CC02F6F1343941
Octal33116431405761746471101
Binary11011001111010011001100010111111011111001101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974CC; }

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

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

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

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

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

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

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

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