#D07EBA

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

Shades of Orchid #D07EBA

Tints of Orchid #D07EBA

Color information

#D07EBA (or 0xD07EBA) is unknown color: approx Orchid. HEX triplet: D0, 7E and BA. RGB value is (208,126,186). Sum of RGB (Red+Green+Blue) = 208+126+186=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EBA is #2F8145. Grayscale: #9D9D9D. Windows color (decimal): -3113286 or 12222160. OLE color: 12222160.

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

Color convert

RGB208126186-
CMYK00.390.110.18
HSL316.1º46.59%65.49%-
HSV(B)316.1º39.42%81.57%-
XYZ42.3431.8850.38-
YUV157.36144.17164.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=40%
G=24.23%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812618600.390.110.18316.146.5965.49
HexD07EBA027B1213c2f41
Octal320176272047132247457101
Binary1101000011111101011101001001111011100101001111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07EBA; }

 p { color: rgb(208,126,186); }

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

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

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

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

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

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

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