#D07AC2

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

Shades of Orchid #D07AC2

Tints of Orchid #D07AC2

Color information

#D07AC2 (or 0xD07AC2) is unknown color: approx Orchid. HEX triplet: D0, 7A and C2. RGB value is (208,122,194). Sum of RGB (Red+Green+Blue) = 208+122+194=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AC2 is #2F853D. Grayscale: #9B9B9B. Windows color (decimal): -3114302 or 12745424. OLE color: 12745424.

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

Color convert

RGB208122194-
CMYK00.410.070.18
HSL309.77º47.78%64.71%-
HSV(B)309.77º41.35%81.57%-
XYZ42.7131.2254.81-
YUV155.92149.49165.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=39.69%
G=23.28%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812219400.410.070.18309.7747.7864.71
HexD07AC20297121363041
Octal32017230205172246660101
Binary110100001111010110000100101001111100101001101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AC2; }

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

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

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

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

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

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

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

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