#D974DA

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

Shades of Orchid #D974DA

Tints of Orchid #D974DA

Color information

#D974DA (or 0xD974DA) is unknown color: approx Orchid. HEX triplet: D9, 74 and DA. RGB value is (217,116,218). Sum of RGB (Red+Green+Blue) = 217+116+218=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D974DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974DA is #268B25. Grayscale: #9D9D9D. Windows color (decimal): -2525990 or 14316761. OLE color: 14316761.

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

Color convert

RGB217116218-
CMYK0.000.4700.15
HSL299.41º57.95%65.49%-
HSV(B)299.41º46.79%85.49%-
XYZ47.5232.370.06-
YUV157.83161.96170.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=39.38%
G=21.05%
B=39.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171162180.000.4700.15299.4157.9565.49
HexD974DA02F0F12b3a41
Octal33116433205701745372101
Binary110110011110100110110100101111011111001010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974DA; }

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

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

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

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

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

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

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

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