#DF7AC8

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

Shades of Orchid #DF7AC8

Tints of Orchid #DF7AC8

Color information

#DF7AC8 (or 0xDF7AC8) is unknown color: approx Orchid. HEX triplet: DF, 7A and C8. RGB value is (223,122,200). Sum of RGB (Red+Green+Blue) = 223+122+200=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC8 is #208537. Grayscale: #A0A0A0. Windows color (decimal): -2131256 or 13138655. OLE color: 13138655.

HSL color Cylindrical-coordinate representation of color #DF7AC8: hue angle of 313.66º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AC8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223122200-
CMYK00.450.100.13
HSL313.66º61.21%67.65%-
HSV(B)313.66º45.29%87.45%-
XYZ47.8233.7858.64-
YUV161.09149.96172.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=40.92%
G=22.39%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312220000.450.100.13313.6661.2167.65
HexDF7AC802DAD13a3d44
Octal337172310055121547275104
Binary110111111111010110010000101101101011011001110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7AC8; }

 p { color: rgb(223,122,200); }

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

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

 a { background-color: rgb(223,122,200); }

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

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

 span { border-color: rgb(223,122,200); }

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