#D582C3

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

Shades of Orchid #D582C3

Tints of Orchid #D582C3

Color information

#D582C3 (or 0xD582C3) is unknown color: approx Orchid. HEX triplet: D5, 82 and C3. RGB value is (213,130,195). Sum of RGB (Red+Green+Blue) = 213+130+195=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C3 is #2A7D3C. Grayscale: #A2A2A2. Windows color (decimal): -2784573 or 12813013. OLE color: 12813013.

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

Color convert

RGB213130195-
CMYK00.390.080.16
HSL313.01º49.7%67.25%-
HSV(B)313.01º38.97%83.53%-
XYZ45.2734.0555.82-
YUV162.23146.5164.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=39.59%
G=24.16%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313019500.390.080.16313.0149.767.25
HexD582C30278101393243
Octal325202303047102047162103
Binary11010101100000101100001101001111000100001001110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582C3; }

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

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

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

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

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

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

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

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