#DF7DCA

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

Shades of Orchid #DF7DCA

Tints of Orchid #DF7DCA

Color information

#DF7DCA (or 0xDF7DCA) is unknown color: approx Orchid. HEX triplet: DF, 7D and CA. RGB value is (223,125,202). Sum of RGB (Red+Green+Blue) = 223+125+202=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCA is #208235. Grayscale: #A2A2A2. Windows color (decimal): -2130486 or 13270495. OLE color: 13270495.

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

Color convert

RGB223125202-
CMYK00.440.090.13
HSL312.86º60.49%68.24%-
HSV(B)312.86º43.95%87.45%-
XYZ48.4334.6260.01-
YUV163.08149.97170.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=40.55%
G=22.73%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312520200.440.090.13312.8660.4968.24
HexDF7DCA02C9D1393c44
Octal337175312054111547174104
Binary110111111111101110010100101100100111011001110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCA; }

 p { color: rgb(223,125,202); }

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

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

 a { background-color: rgb(223,125,202); }

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

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

 span { border-color: rgb(223,125,202); }

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