#D974E7

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

Shades of Orchid #D974E7

Tints of Orchid #D974E7

Color information

#D974E7 (or 0xD974E7) is unknown color: approx Orchid. HEX triplet: D9, 74 and E7. RGB value is (217,116,231). Sum of RGB (Red+Green+Blue) = 217+116+231=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #D974E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974E7 is #268B18. Grayscale: #9E9E9E. Windows color (decimal): -2525977 or 15168729. OLE color: 15168729.

HSL color Cylindrical-coordinate representation of color #D974E7: hue angle of 292.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D974E7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217116231-
CMYK0.060.5000.09
HSL292.7º70.55%68.04%-
HSV(B)292.7º49.78%90.59%-
XYZ49.2833.0179.38-
YUV159.31168.46169.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=38.48%
G=20.57%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171162310.060.5000.09292.770.5568.04
HexD974E7632091254744
Octal331164347662011445107104
Binary110110011110100111001111101100100100110010010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974E7; }

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

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

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

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

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

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

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

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