#DF73C3

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

Shades of Orchid #DF73C3

Tints of Orchid #DF73C3

Color information

#DF73C3 (or 0xDF73C3) is unknown color: approx Orchid. HEX triplet: DF, 73 and C3. RGB value is (223,115,195). Sum of RGB (Red+Green+Blue) = 223+115+195=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73C3 is #208C3C. Grayscale: #9C9C9C. Windows color (decimal): -2133053 or 12809183. OLE color: 12809183.

HSL color Cylindrical-coordinate representation of color #DF73C3: hue angle of 315.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF73C3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223115195-
CMYK00.480.130.13
HSL315.56º62.79%66.27%-
HSV(B)315.56º48.43%87.45%-
XYZ46.4131.8955.34-
YUV156.41149.78175.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=41.84%
G=21.58%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311519500.480.130.13315.5662.7966.27
HexDF73C3030DD13c3f42
Octal337163303060151547477102
Binary110111111110011110000110110000110111011001111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF73C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF73C3; }

 p { color: rgb(223,115,195); }

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

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

 a { background-color: rgb(223,115,195); }

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

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

 span { border-color: rgb(223,115,195); }

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