#D07DBD

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

Shades of Orchid #D07DBD

Tints of Orchid #D07DBD

Color information

#D07DBD (or 0xD07DBD) is unknown color: approx Orchid. HEX triplet: D0, 7D and BD. RGB value is (208,125,189). Sum of RGB (Red+Green+Blue) = 208+125+189=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DBD is #2F8242. Grayscale: #9C9C9C. Windows color (decimal): -3113539 or 12418512. OLE color: 12418512.

HSL color Cylindrical-coordinate representation of color #D07DBD: hue angle of 313.73º 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 #D07DBD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208125189-
CMYK00.400.090.18
HSL313.73º46.89%65.29%-
HSV(B)313.73º39.9%81.57%-
XYZ42.5331.7552.03-
YUV157.11146164.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=39.85%
G=23.95%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812518900.400.090.18313.7346.8965.29
HexD07DBD02891213a2f41
Octal320175275050112247257101
Binary1101000011111011011110101010001001100101001110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DBD; }

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

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

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

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

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

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

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

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