#D573D0

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

Shades of Orchid #D573D0

Tints of Orchid #D573D0

Color information

#D573D0 (or 0xD573D0) is unknown color: approx Orchid. HEX triplet: D5, 73 and D0. RGB value is (213,115,208). Sum of RGB (Red+Green+Blue) = 213+115+208=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D573D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573D0 is #2A8C2F. Grayscale: #9A9A9A. Windows color (decimal): -2788400 or 13661141. OLE color: 13661141.

HSL color Cylindrical-coordinate representation of color #D573D0: hue angle of 303.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573D0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213115208-
CMYK00.460.020.16
HSL303.06º53.85%64.31%-
HSV(B)303.06º46.01%83.53%-
XYZ44.9630.9663.28-
YUV154.9157.97169.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=39.74%
G=21.46%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311520800.460.020.16303.0653.8564.31
HexD573D002E21012f3640
Octal32516332005622045766100
Binary11010101111001111010000010111010100001001011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573D0; }

 p { color: rgb(213,115,208); }

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

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

 a { background-color: rgb(213,115,208); }

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

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

 span { border-color: rgb(213,115,208); }

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