#D589C9

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

Shades of Orchid #D589C9

Tints of Orchid #D589C9

Color information

#D589C9 (or 0xD589C9) is unknown color: approx Orchid. HEX triplet: D5, 89 and C9. RGB value is (213,137,201). Sum of RGB (Red+Green+Blue) = 213+137+201=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D589C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589C9 is #2A7636. Grayscale: #A6A6A6. Windows color (decimal): -2782775 or 13208021. OLE color: 13208021.

HSL color Cylindrical-coordinate representation of color #D589C9: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589C9 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213137201-
CMYK00.360.060.16
HSL309.47º47.5%68.63%-
HSV(B)309.47º35.68%83.53%-
XYZ46.9336.2559.78-
YUV167.02147.18160.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=38.66%
G=24.86%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313720100.360.060.16309.4747.568.63
HexD589C90246101353045
Octal32521131104462046560105
Binary1101010110001001110010010100100110100001001101011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589C9; }

 p { color: rgb(213,137,201); }

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

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

 a { background-color: rgb(213,137,201); }

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

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

 span { border-color: rgb(213,137,201); }

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