#D585C2

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

Shades of Orchid #D585C2

Tints of Orchid #D585C2

Color information

#D585C2 (or 0xD585C2) is unknown color: approx Orchid. HEX triplet: D5, 85 and C2. RGB value is (213,133,194). Sum of RGB (Red+Green+Blue) = 213+133+194=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D585C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585C2 is #2A7A3D. Grayscale: #A3A3A3. Windows color (decimal): -2783806 or 12748245. OLE color: 12748245.

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

Color convert

RGB213133194-
CMYK00.380.090.16
HSL314.25º48.78%67.84%-
HSV(B)314.25º37.56%83.53%-
XYZ45.5734.8255.36-
YUV163.87145163.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=39.44%
G=24.63%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313319400.380.090.16314.2548.7867.84
HexD585C202691013a3144
Octal325205302046112047261104
Binary11010101100001011100001001001101001100001001110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585C2; }

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

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

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

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

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

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

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

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