#D185DD

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

Shades of Orchid #D185DD

Tints of Orchid #D185DD

Color information

#D185DD (or 0xD185DD) is unknown color: approx Orchid. HEX triplet: D1, 85 and DD. RGB value is (209,133,221). Sum of RGB (Red+Green+Blue) = 209+133+221=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D185DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185DD is #2E7A22. Grayscale: #A5A5A5. Windows color (decimal): -3045923 or 14517713. OLE color: 14517713.

HSL color Cylindrical-coordinate representation of color #D185DD: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D185DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209133221-
CMYK0.050.4000.13
HSL291.82º56.41%69.41%-
HSV(B)291.82º39.82%86.67%-
XYZ47.7335.5572.75-
YUV165.76159.18158.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=37.12%
G=23.62%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091332210.050.4000.13291.8256.4169.41
HexD185DD5280D1243845
Octal32120533555001544470105
Binary110100011000010111011101101101000011011001001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185DD; }

 p { color: rgb(209,133,221); }

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

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

 a { background-color: rgb(209,133,221); }

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

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

 span { border-color: rgb(209,133,221); }

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