#D07AC7

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

Shades of Orchid #D07AC7

Tints of Orchid #D07AC7

Color information

#D07AC7 (or 0xD07AC7) is unknown color: approx Orchid. HEX triplet: D0, 7A and C7. RGB value is (208,122,199). Sum of RGB (Red+Green+Blue) = 208+122+199=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AC7 is #2F8538. Grayscale: #9C9C9C. Windows color (decimal): -3114297 or 13073104. OLE color: 13073104.

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

Color convert

RGB208122199-
CMYK00.410.040.18
HSL306.28º47.78%64.71%-
HSV(B)306.28º41.35%81.57%-
XYZ43.2831.4557.82-
YUV156.49151.99164.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=39.32%
G=23.06%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812219900.410.040.18306.2847.7864.71
HexD07AC70294121323041
Octal32017230705142246260101
Binary110100001111010110001110101001100100101001100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AC7; }

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

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

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

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

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

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

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

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