#D07DD0

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

Shades of Orchid #D07DD0

Tints of Orchid #D07DD0

Color information

#D07DD0 (or 0xD07DD0) is unknown color: approx Orchid. HEX triplet: D0, 7D and D0. RGB value is (208,125,208). Sum of RGB (Red+Green+Blue) = 208+125+208=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D07DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD0 is #2F822F. Grayscale: #9F9F9F. Windows color (decimal): -3113520 or 13663696. OLE color: 13663696.

HSL color Cylindrical-coordinate representation of color #D07DD0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DD0 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208125208-
CMYK00.4000.18
HSL300º46.89%65.29%-
HSV(B)300º39.9%81.57%-
XYZ44.7332.6363.62-
YUV159.28155.5162.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=38.45%
G=23.11%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812520800.4000.1830046.8965.29
HexD07DD002801212c2f41
Octal32017532005002245457101
Binary1101000011111011101000001010000100101001011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DD0; }

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

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

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

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

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

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

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

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