#D582DC

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

Shades of Orchid #D582DC

Tints of Orchid #D582DC

Color information

#D582DC (or 0xD582DC) is unknown color: approx Orchid. HEX triplet: D5, 82 and DC. RGB value is (213,130,220). Sum of RGB (Red+Green+Blue) = 213+130+220=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D582DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DC is #2A7D23. Grayscale: #A4A4A4. Windows color (decimal): -2784548 or 14451413. OLE color: 14451413.

HSL color Cylindrical-coordinate representation of color #D582DC: hue angle of 295.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D582DC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213130220-
CMYK0.030.4100.14
HSL295.33º56.25%68.63%-
HSV(B)295.33º40.91%86.27%-
XYZ48.3435.2871.97-
YUV165.08159162.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=37.83%
G=23.09%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131302200.030.4100.14295.3356.2568.63
HexD582DC3290E1273845
Octal32520233435101644770105
Binary11010101100000101101110011101001011101001001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582DC; }

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

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

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

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

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

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

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

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