#d07abf

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

Shades of Orchid #D07ABF

Tints of Orchid #D07ABF

Color information

#D07ABF (or 0xD07ABF) is unknown color: approx Orchid. HEX triplet: D0, 7A and BF. RGB value is (208,122,191). Sum of RGB (Red+Green+Blue) = 208+122+191=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABF is #2F8540. Grayscale: #9B9B9B. Windows color (decimal): -3114305 or 12548816. OLE color: 12548816.

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

Color convert

RGB208122191-
CMYK00.410.080.18
HSL311.86º47.78%64.71%-
HSV(B)311.86º41.35%81.57%-
XYZ42.3831.0953.06-
YUV155.58147.99165.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 191 (75% from 255) = 36.66%
R=39.92%
G=23.42%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812219100.410.080.18311.8647.7864.71
HexD07ABF0298121383041
Octal320172277051102247060101
Binary1101000011110101011111101010011000100101001110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07abf; }

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

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

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

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

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

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

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

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