#D974CA

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

Shades of Orchid #D974CA

Tints of Orchid #D974CA

Color information

#D974CA (or 0xD974CA) is unknown color: approx Orchid. HEX triplet: D9, 74 and CA. RGB value is (217,116,202). Sum of RGB (Red+Green+Blue) = 217+116+202=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D974CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974CA is #268B35. Grayscale: #9B9B9B. Windows color (decimal): -2526006 or 13268185. OLE color: 13268185.

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

Color convert

RGB217116202-
CMYK00.470.070.15
HSL308.91º57.06%65.29%-
HSV(B)308.91º46.54%85.1%-
XYZ45.5231.5159.56-
YUV156153.96171.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=40.56%
G=21.68%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711620200.470.070.15308.9157.0665.29
HexD974CA02F7F1353941
Octal33116431205771746571101
Binary11011001111010011001010010111111111111001101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974CA; }

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

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

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

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

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

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

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

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