#D588CD

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

Shades of Orchid #D588CD

Tints of Orchid #D588CD

Color information

#D588CD (or 0xD588CD) is unknown color: approx Orchid. HEX triplet: D5, 88 and CD. RGB value is (213,136,205). Sum of RGB (Red+Green+Blue) = 213+136+205=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CD is #2A7732. Grayscale: #A6A6A6. Windows color (decimal): -2783027 or 13469909. OLE color: 13469909.

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

Color convert

RGB213136205-
CMYK00.360.040.16
HSL306.23º47.83%68.43%-
HSV(B)306.23º36.15%83.53%-
XYZ47.2636.1662.25-
YUV166.89149.51160.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=38.45%
G=24.55%
B=37.00%

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
Decimal21313620500.360.040.16306.2347.8368.43
HexD588CD0244101323044
Octal32521031504442046260104
Binary1101010110001000110011010100100100100001001100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588CD; }

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

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

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

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

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

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

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

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