#D07ABB

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

Shades of Orchid #D07ABB

Tints of Orchid #D07ABB

Color information

#D07ABB (or 0xD07ABB) is unknown color: approx Orchid. HEX triplet: D0, 7A and BB. RGB value is (208,122,187). Sum of RGB (Red+Green+Blue) = 208+122+187=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABB is #2F8544. Grayscale: #9A9A9A. Windows color (decimal): -3114309 or 12286672. OLE color: 12286672.

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

Color convert

RGB208122187-
CMYK00.410.100.18
HSL314.65º47.78%64.71%-
HSV(B)314.65º41.35%81.57%-
XYZ41.9430.9250.77-
YUV155.12145.99165.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=40.23%
G=23.60%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812218700.410.100.18314.6547.7864.71
HexD07ABB029A1213b3041
Octal320172273051122247360101
Binary1101000011110101011101101010011010100101001110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ABB; }

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

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

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

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

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

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

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

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