#D083D6

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

Shades of Orchid #D083D6

Tints of Orchid #D083D6

Color information

#D083D6 (or 0xD083D6) is unknown color: approx Orchid. HEX triplet: D0, 83 and D6. RGB value is (208,131,214). Sum of RGB (Red+Green+Blue) = 208+131+214=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D083D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D6 is #2F7C29. Grayscale: #A3A3A3. Windows color (decimal): -3111978 or 14058448. OLE color: 14058448.

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

Color convert

RGB208131214-
CMYK0.030.3900.16
HSL295.66º50.3%67.65%-
HSV(B)295.66º38.79%83.92%-
XYZ46.2734.567.84-
YUV163.49156.51159.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=37.61%
G=23.69%
B=38.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081312140.030.3900.16295.6650.367.65
HexD083D63270101283244
Octal32020332634702045062104
Binary110100001000001111010110111001110100001001010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083D6; }

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

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

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

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

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

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

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

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