#D07ABA

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

Shades of Orchid #D07ABA

Tints of Orchid #D07ABA

Color information

#D07ABA (or 0xD07ABA) is unknown color: approx Orchid. HEX triplet: D0, 7A and BA. RGB value is (208,122,186). Sum of RGB (Red+Green+Blue) = 208+122+186=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABA is #2F8545. Grayscale: #9A9A9A. Windows color (decimal): -3114310 or 12221136. OLE color: 12221136.

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

Color convert

RGB208122186-
CMYK00.410.110.18
HSL315.35º47.78%64.71%-
HSV(B)315.35º41.35%81.57%-
XYZ41.8330.8750.21-
YUV155.01145.49165.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=40.31%
G=23.64%
B=36.05%

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
Decimal20812218600.410.110.18315.3547.7864.71
HexD07ABA029B1213b3041
Octal320172272051132247360101
Binary1101000011110101011101001010011011100101001110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ABA; }

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

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

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

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

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

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

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

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