#D083D0

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

Shades of Orchid #D083D0

Tints of Orchid #D083D0

Color information

#D083D0 (or 0xD083D0) is unknown color: approx Orchid. HEX triplet: D0, 83 and D0. RGB value is (208,131,208). Sum of RGB (Red+Green+Blue) = 208+131+208=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D083D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D0 is #2F7C2F. Grayscale: #A2A2A2. Windows color (decimal): -3111984 or 13665232. OLE color: 13665232.

HSL color Cylindrical-coordinate representation of color #D083D0: hue angle of 300º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083D0 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208131208-
CMYK00.3700.18
HSL300º45.03%66.47%-
HSV(B)300º37.02%81.57%-
XYZ45.5134.263.88-
YUV162.8153.51160.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=38.03%
G=23.95%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813120800.3700.1830045.0366.47
HexD083D002501212c2d42
Octal32020332004502245455102
Binary11010000100000111101000001001010100101001011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083D0; }

 p { color: rgb(208,131,208); }

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

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

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

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

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

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

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