#D07DDF

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

Shades of Orchid #D07DDF

Tints of Orchid #D07DDF

Color information

#D07DDF (or 0xD07DDF) is unknown color: approx Orchid. HEX triplet: D0, 7D and DF. RGB value is (208,125,223). Sum of RGB (Red+Green+Blue) = 208+125+223=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D07DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDF is #2F8220. Grayscale: #A0A0A0. Windows color (decimal): -3113505 or 14646736. OLE color: 14646736.

HSL color Cylindrical-coordinate representation of color #D07DDF: hue angle of 290.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07DDF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208125223-
CMYK0.070.4400.13
HSL290.82º60.49%68.24%-
HSV(B)290.82º43.95%87.45%-
XYZ46.6733.473.8-
YUV160.99163161.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=37.41%
G=22.48%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081252230.070.4400.13290.8260.4968.24
HexD07DDF72C0D1233c44
Octal32017533775401544374104
Binary11010000111110111011111111101100011011001000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DDF; }

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

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

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

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

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

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

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

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