#D083D7

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

Shades of Orchid #D083D7

Tints of Orchid #D083D7

Color information

#D083D7 (or 0xD083D7) is unknown color: approx Orchid. HEX triplet: D0, 83 and D7. RGB value is (208,131,215). Sum of RGB (Red+Green+Blue) = 208+131+215=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #D083D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D7 is #2F7C28. Grayscale: #A3A3A3. Windows color (decimal): -3111977 or 14123984. OLE color: 14123984.

HSL color Cylindrical-coordinate representation of color #D083D7: hue angle of 295º degrees, saturation: 0.51, 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 #D083D7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208131215-
CMYK0.030.3900.16
HSL295º51.22%67.84%-
HSV(B)295º39.07%84.31%-
XYZ46.3934.5568.51-
YUV163.6157.01159.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=37.55%
G=23.65%
B=38.81%

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
Decimal2081312150.030.3900.1629551.2267.84
HexD083D73270101273344
Octal32020332734702044763104
Binary110100001000001111010111111001110100001001001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083D7; }

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

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

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

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

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

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

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

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