#D582D1

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

Shades of Orchid #D582D1

Tints of Orchid #D582D1

Color information

#D582D1 (or 0xD582D1) is unknown color: approx Orchid. HEX triplet: D5, 82 and D1. RGB value is (213,130,209). Sum of RGB (Red+Green+Blue) = 213+130+209=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D582D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D1 is #2A7D2E. Grayscale: #A3A3A3. Windows color (decimal): -2784559 or 13730517. OLE color: 13730517.

HSL color Cylindrical-coordinate representation of color #D582D1: hue angle of 302.89º 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 #D582D1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213130209-
CMYK00.390.020.16
HSL302.89º49.7%67.25%-
HSV(B)302.89º38.97%83.53%-
XYZ46.9334.7164.55-
YUV163.82153.5163.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=38.59%
G=23.55%
B=37.86%

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
Decimal21313020900.390.020.16302.8949.767.25
HexD582D102721012f3243
Octal32520232104722045762103
Binary110101011000001011010001010011110100001001011111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582D1; }

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

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

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

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

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

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

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

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