#D585CB

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

Shades of Orchid #D585CB

Tints of Orchid #D585CB

Color information

#D585CB (or 0xD585CB) is unknown color: approx Orchid. HEX triplet: D5, 85 and CB. RGB value is (213,133,203). Sum of RGB (Red+Green+Blue) = 213+133+203=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D585CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585CB is #2A7A34. Grayscale: #A4A4A4. Windows color (decimal): -2783797 or 13338069. OLE color: 13338069.

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

Color convert

RGB213133203-
CMYK00.380.050.16
HSL307.5º48.78%67.84%-
HSV(B)307.5º37.56%83.53%-
XYZ46.6135.2360.84-
YUV164.9149.5162.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=38.80%
G=24.23%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313320300.380.050.16307.548.7867.84
HexD585CB0265101343144
Octal32520531304652046461104
Binary1101010110000101110010110100110101100001001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585CB; }

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

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

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

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

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

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

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

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