#D07AB9

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

Shades of Orchid #D07AB9

Tints of Orchid #D07AB9

Color information

#D07AB9 (or 0xD07AB9) is unknown color: approx Orchid. HEX triplet: D0, 7A and B9. RGB value is (208,122,185). Sum of RGB (Red+Green+Blue) = 208+122+185=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB9 is #2F8546. Grayscale: #9A9A9A. Windows color (decimal): -3114311 or 12155600. OLE color: 12155600.

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

Color convert

RGB208122185-
CMYK00.410.110.18
HSL316.05º47.78%64.71%-
HSV(B)316.05º41.35%81.57%-
XYZ41.7330.8349.65-
YUV154.9144.99165.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=40.39%
G=23.69%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812218500.410.110.18316.0547.7864.71
HexD07AB9029B1213c3041
Octal320172271051132247460101
Binary1101000011110101011100101010011011100101001111001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AB9; }

 p { color: rgb(208,122,185); }

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

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

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

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

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

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

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