#D588C9

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

Shades of Orchid #D588C9

Tints of Orchid #D588C9

Color information

#D588C9 (or 0xD588C9) is unknown color: approx Orchid. HEX triplet: D5, 88 and C9. RGB value is (213,136,201). Sum of RGB (Red+Green+Blue) = 213+136+201=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D588C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588C9 is #2A7736. Grayscale: #A6A6A6. Windows color (decimal): -2783031 or 13207765. OLE color: 13207765.

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

Color convert

RGB213136201-
CMYK00.360.060.16
HSL309.35º47.83%68.43%-
HSV(B)309.35º36.15%83.53%-
XYZ46.7935.9759.74-
YUV166.43147.51161.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=38.73%
G=24.73%
B=36.55%

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
Decimal21313620100.360.060.16309.3547.8368.43
HexD588C90246101353044
Octal32521031104462046560104
Binary1101010110001000110010010100100110100001001101011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588C9; }

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

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

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

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

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

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

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

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