#D585D0

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

Shades of Orchid #D585D0

Tints of Orchid #D585D0

Color information

#D585D0 (or 0xD585D0) is unknown color: approx Orchid. HEX triplet: D5, 85 and D0. RGB value is (213,133,208). Sum of RGB (Red+Green+Blue) = 213+133+208=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D585D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D0 is #2A7A2F. Grayscale: #A5A5A5. Windows color (decimal): -2783792 or 13665749. OLE color: 13665749.

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

Color convert

RGB213133208-
CMYK00.380.020.16
HSL303.75º48.78%67.84%-
HSV(B)303.75º37.56%83.53%-
XYZ47.2135.4864.03-
YUV165.47152161.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=38.45%
G=24.01%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313320800.380.020.16303.7548.7867.84
HexD585D00262101303144
Octal32520532004622046061104
Binary110101011000010111010000010011010100001001100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585D0; }

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

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

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

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

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

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

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

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