#DF7ADA

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

Shades of Orchid #DF7ADA

Tints of Orchid #DF7ADA

Color information

#DF7ADA (or 0xDF7ADA) is unknown color: approx Orchid. HEX triplet: DF, 7A and DA. RGB value is (223,122,218). Sum of RGB (Red+Green+Blue) = 223+122+218=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADA is #208525. Grayscale: #A2A2A2. Windows color (decimal): -2131238 or 14318303. OLE color: 14318303.

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

Color convert

RGB223122218-
CMYK00.450.020.13
HSL302.97º61.21%67.65%-
HSV(B)302.97º45.29%87.45%-
XYZ50.0534.6770.38-
YUV163.14158.96170.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=39.61%
G=21.67%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312221800.450.020.13302.9761.2167.65
HexDF7ADA02D2D12f3d44
Octal33717233205521545775104
Binary1101111111110101101101001011011011011001011111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7ADA; }

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

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

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

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

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

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

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

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