#D083DF

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

Shades of Orchid #D083DF

Tints of Orchid #D083DF

Color information

#D083DF (or 0xD083DF) is unknown color: approx Orchid. HEX triplet: D0, 83 and DF. RGB value is (208,131,223). Sum of RGB (Red+Green+Blue) = 208+131+223=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D083DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DF is #2F7C20. Grayscale: #A4A4A4. Windows color (decimal): -3111969 or 14648272. OLE color: 14648272.

HSL color Cylindrical-coordinate representation of color #D083DF: hue angle of 290.22º degrees, saturation: 0.59, 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 #D083DF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208131223-
CMYK0.070.4100.13
HSL290.22º58.97%69.41%-
HSV(B)290.22º41.26%87.45%-
XYZ47.4534.9774.06-
YUV164.51161.01159.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=37.01%
G=23.31%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081312230.070.4100.13290.2258.9769.41
HexD083DF7290D1223b45
Octal32020333775101544273105
Binary110100001000001111011111111101001011011001000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083DF; }

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

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

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

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

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

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

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

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