#d973e4

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

Shades of Orchid #D973E4

Tints of Orchid #D973E4

Color information

#D973E4 (or 0xD973E4) is unknown color: approx Orchid. HEX triplet: D9, 73 and E4. RGB value is (217,115,228). Sum of RGB (Red+Green+Blue) = 217+115+228=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #D973E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973E4 is #268C1B. Grayscale: #9E9E9E. Windows color (decimal): -2526236 or 14971865. OLE color: 14971865.

HSL color Cylindrical-coordinate representation of color #D973E4: hue angle of 294.16º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D973E4 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217115228-
CMYK0.050.5000.11
HSL294.16º67.66%67.25%-
HSV(B)294.16º49.56%89.41%-
XYZ48.7532.6177.12-
YUV158.38167.29169.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=38.75%
G=20.54%
B=40.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171152280.050.5000.11294.1667.6667.25
HexD973E45320B1264443
Octal331163344562013446104103
Binary110110011110011111001001011100100101110010011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d973e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d973e4; }

 p { color: rgb(217,115,228); }

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

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

 a { background-color: rgb(217,115,228); }

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

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

 span { border-color: rgb(217,115,228); }

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