#D07AB7

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

Shades of Orchid #D07AB7

Tints of Orchid #D07AB7

Color information

#D07AB7 (or 0xD07AB7) is unknown color: approx Orchid. HEX triplet: D0, 7A and B7. RGB value is (208,122,183). Sum of RGB (Red+Green+Blue) = 208+122+183=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB7 is #2F8548. Grayscale: #9A9A9A. Windows color (decimal): -3114313 or 12024528. OLE color: 12024528.

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

Color convert

RGB208122183-
CMYK00.410.120.18
HSL317.44º47.78%64.71%-
HSV(B)317.44º41.35%81.57%-
XYZ41.5230.7548.55-
YUV154.67143.99166.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=40.55%
G=23.78%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812218300.410.120.18317.4447.7864.71
HexD07AB7029C1213d3041
Octal320172267051142247560101
Binary1101000011110101011011101010011100100101001111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AB7; }

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

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

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

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

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

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

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

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