#D083DD

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

Shades of Orchid #D083DD

Tints of Orchid #D083DD

Color information

#D083DD (or 0xD083DD) is unknown color: approx Orchid. HEX triplet: D0, 83 and DD. RGB value is (208,131,221). Sum of RGB (Red+Green+Blue) = 208+131+221=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DD is #2F7C22. Grayscale: #A4A4A4. Windows color (decimal): -3111971 or 14517200. OLE color: 14517200.

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

Color convert

RGB208131221-
CMYK0.060.4100.13
HSL291.33º56.96%69.02%-
HSV(B)291.33º40.72%86.67%-
XYZ47.1834.8672.65-
YUV164.28160.01159.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=37.14%
G=23.39%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081312210.060.4100.13291.3356.9669.02
HexD083DD6290D1233945
Octal32020333565101544371105
Binary110100001000001111011101110101001011011001000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083DD; }

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

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

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

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

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

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

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

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