#D083DC

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

Shades of Orchid #D083DC

Tints of Orchid #D083DC

Color information

#D083DC (or 0xD083DC) is unknown color: approx Orchid. HEX triplet: D0, 83 and DC. RGB value is (208,131,220). Sum of RGB (Red+Green+Blue) = 208+131+220=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D083DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DC is #2F7C23. Grayscale: #A3A3A3. Windows color (decimal): -3111972 or 14451664. OLE color: 14451664.

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

Color convert

RGB208131220-
CMYK0.050.4000.14
HSL291.91º55.97%68.82%-
HSV(B)291.91º40.45%86.27%-
XYZ47.0534.8171.95-
YUV164.17159.51159.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=37.21%
G=23.43%
B=39.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081312200.050.4000.14291.9155.9768.82
HexD083DC5280E1243845
Octal32020333455001644470105
Binary110100001000001111011100101101000011101001001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083DC; }

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

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

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

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

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

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

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

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