#D589CC

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

Shades of Orchid #D589CC

Tints of Orchid #D589CC

Color information

#D589CC (or 0xD589CC) is unknown color: approx Orchid. HEX triplet: D5, 89 and CC. RGB value is (213,137,204). Sum of RGB (Red+Green+Blue) = 213+137+204=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D589CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589CC is #2A7633. Grayscale: #A7A7A7. Windows color (decimal): -2782772 or 13404629. OLE color: 13404629.

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

Color convert

RGB213137204-
CMYK00.360.040.16
HSL307.11º47.5%68.63%-
HSV(B)307.11º35.68%83.53%-
XYZ47.2936.461.66-
YUV167.36148.68160.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=38.45%
G=24.73%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313720400.360.040.16307.1147.568.63
HexD589CC0244101333045
Octal32521131404442046360105
Binary1101010110001001110011000100100100100001001100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589CC; }

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

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

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

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

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

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

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

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