#D07DDC

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

Shades of Orchid #D07DDC

Tints of Orchid #D07DDC

Color information

#D07DDC (or 0xD07DDC) is unknown color: approx Orchid. HEX triplet: D0, 7D and DC. RGB value is (208,125,220). Sum of RGB (Red+Green+Blue) = 208+125+220=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D07DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDC is #2F8223. Grayscale: #A0A0A0. Windows color (decimal): -3113508 or 14450128. OLE color: 14450128.

HSL color Cylindrical-coordinate representation of color #D07DDC: hue angle of 292.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07DDC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208125220-
CMYK0.050.4300.14
HSL292.42º57.58%67.65%-
HSV(B)292.42º43.18%86.27%-
XYZ46.2633.2471.69-
YUV160.65161.5161.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=37.61%
G=22.60%
B=39.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081252200.050.4300.14292.4257.5867.65
HexD07DDC52B0E1243a44
Octal32017533455301644472104
Binary11010000111110111011100101101011011101001001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DDC; }

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

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

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

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

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

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

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

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