#D582D0

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

Shades of Orchid #D582D0

Tints of Orchid #D582D0

Color information

#D582D0 (or 0xD582D0) is unknown color: approx Orchid. HEX triplet: D5, 82 and D0. RGB value is (213,130,208). Sum of RGB (Red+Green+Blue) = 213+130+208=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D582D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D0 is #2A7D2F. Grayscale: #A3A3A3. Windows color (decimal): -2784560 or 13664981. OLE color: 13664981.

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

Color convert

RGB213130208-
CMYK00.390.020.16
HSL303.61º49.7%67.25%-
HSV(B)303.61º38.97%83.53%-
XYZ46.8134.6763.9-
YUV163.71153163.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=38.66%
G=23.59%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313020800.390.020.16303.6149.767.25
HexD582D00272101303243
Octal32520232004722046062103
Binary110101011000001011010000010011110100001001100001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582D0; }

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

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

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

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

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

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

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

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