#D07ACB

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

Shades of Orchid #D07ACB

Tints of Orchid #D07ACB

Color information

#D07ACB (or 0xD07ACB) is unknown color: approx Orchid. HEX triplet: D0, 7A and CB. RGB value is (208,122,203). Sum of RGB (Red+Green+Blue) = 208+122+203=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACB is #2F8534. Grayscale: #9C9C9C. Windows color (decimal): -3114293 or 13335248. OLE color: 13335248.

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

Color convert

RGB208122203-
CMYK00.410.020.18
HSL303.49º47.78%64.71%-
HSV(B)303.49º41.35%81.57%-
XYZ43.7531.6460.3-
YUV156.95153.99164.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=39.02%
G=22.89%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812220300.410.020.18303.4947.7864.71
HexD07ACB02921212f3041
Octal32017231305122245760101
Binary11010000111101011001011010100110100101001011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ACB; }

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

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

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

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

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

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

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

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