#D585C5

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

Shades of Orchid #D585C5

Tints of Orchid #D585C5

Color information

#D585C5 (or 0xD585C5) is unknown color: approx Orchid. HEX triplet: D5, 85 and C5. RGB value is (213,133,197). Sum of RGB (Red+Green+Blue) = 213+133+197=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D585C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585C5 is #2A7A3A. Grayscale: #A4A4A4. Windows color (decimal): -2783803 or 12944853. OLE color: 12944853.

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

Color convert

RGB213133197-
CMYK00.380.080.16
HSL312º48.78%67.84%-
HSV(B)312º37.56%83.53%-
XYZ45.9134.9557.15-
YUV164.22146.5162.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=39.23%
G=24.49%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313319700.380.080.1631248.7867.84
HexD585C50268101383144
Octal325205305046102047061104
Binary11010101100001011100010101001101000100001001110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585C5; }

 p { color: rgb(213,133,197); }

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

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

 a { background-color: rgb(213,133,197); }

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

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

 span { border-color: rgb(213,133,197); }

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