#D07DDA

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

Shades of Orchid #D07DDA

Tints of Orchid #D07DDA

Color information

#D07DDA (or 0xD07DDA) is unknown color: approx Orchid. HEX triplet: D0, 7D and DA. RGB value is (208,125,218). Sum of RGB (Red+Green+Blue) = 208+125+218=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDA is #2F8225. Grayscale: #A0A0A0. Windows color (decimal): -3113510 or 14319056. OLE color: 14319056.

HSL color Cylindrical-coordinate representation of color #D07DDA: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07DDA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208125218-
CMYK0.050.4300.15
HSL293.55º55.69%67.25%-
HSV(B)293.55º42.66%85.49%-
XYZ4633.1470.3-
YUV160.42160.5161.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=37.75%
G=22.69%
B=39.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081252180.050.4300.15293.5555.6967.25
HexD07DDA52B0F1263843
Octal32017533255301744670103
Binary11010000111110111011010101101011011111001001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DDA; }

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

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

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

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

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

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

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

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