#D183D8

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

Shades of Orchid #D183D8

Tints of Orchid #D183D8

Color information

#D183D8 (or 0xD183D8) is unknown color: approx Orchid. HEX triplet: D1, 83 and D8. RGB value is (209,131,216). Sum of RGB (Red+Green+Blue) = 209+131+216=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #D183D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183D8 is #2E7C27. Grayscale: #A3A3A3. Windows color (decimal): -3046440 or 14189521. OLE color: 14189521.

HSL color Cylindrical-coordinate representation of color #D183D8: hue angle of 295.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D183D8 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209131216-
CMYK0.030.3900.15
HSL295.06º52.15%68.04%-
HSV(B)295.06º39.35%84.71%-
XYZ46.8134.7569.21-
YUV164.01157.34160.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=37.59%
G=23.56%
B=38.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091312160.030.3900.15295.0652.1568.04
HexD183D83270F1273444
Octal32120333034701744764104
Binary11010001100000111101100011100111011111001001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D183D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D183D8; }

 p { color: rgb(209,131,216); }

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

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

 a { background-color: rgb(209,131,216); }

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

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

 span { border-color: rgb(209,131,216); }

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