#D185DE

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

Shades of Orchid #D185DE

Tints of Orchid #D185DE

Color information

#D185DE (or 0xD185DE) is unknown color: approx Orchid. HEX triplet: D1, 85 and DE. RGB value is (209,133,222). Sum of RGB (Red+Green+Blue) = 209+133+222=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D185DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185DE is #2E7A21. Grayscale: #A5A5A5. Windows color (decimal): -3045922 or 14583249. OLE color: 14583249.

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

Color convert

RGB209133222-
CMYK0.060.4000.13
HSL291.24º57.42%69.61%-
HSV(B)291.24º40.09%87.06%-
XYZ47.8735.673.46-
YUV165.87159.68158.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=37.06%
G=23.58%
B=39.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091332220.060.4000.13291.2457.4269.61
HexD185DE6280D1233946
Octal32120533665001544371106
Binary110100011000010111011110110101000011011001000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185DE; }

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

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

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

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

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

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

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

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