#D589CF

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

Shades of Orchid #D589CF

Tints of Orchid #D589CF

Color information

#D589CF (or 0xD589CF) is unknown color: approx Orchid. HEX triplet: D5, 89 and CF. RGB value is (213,137,207). Sum of RGB (Red+Green+Blue) = 213+137+207=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D589CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589CF is #2A7630. Grayscale: #A7A7A7. Windows color (decimal): -2782769 or 13601237. OLE color: 13601237.

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

Color convert

RGB213137207-
CMYK00.360.030.16
HSL304.74º47.5%68.63%-
HSV(B)304.74º35.68%83.53%-
XYZ47.6536.5463.57-
YUV167.7150.18160.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=38.24%
G=24.60%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313720700.360.030.16304.7447.568.63
HexD589CF0243101313045
Octal32521131704432046160105
Binary110101011000100111001111010010011100001001100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589CF; }

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

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

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

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

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

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

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

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