#DF7DCC

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

Shades of Orchid #DF7DCC

Tints of Orchid #DF7DCC

Color information

#DF7DCC (or 0xDF7DCC) is unknown color: approx Orchid. HEX triplet: DF, 7D and CC. RGB value is (223,125,204). Sum of RGB (Red+Green+Blue) = 223+125+204=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCC is #208233. Grayscale: #A3A3A3. Windows color (decimal): -2130484 or 13401567. OLE color: 13401567.

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

Color convert

RGB223125204-
CMYK00.440.090.13
HSL311.63º60.49%68.24%-
HSV(B)311.63º43.95%87.45%-
XYZ48.6634.7161.26-
YUV163.31150.97170.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=40.40%
G=22.64%
B=36.96%

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
Decimal22312520400.440.090.13311.6360.4968.24
HexDF7DCC02C9D1383c44
Octal337175314054111547074104
Binary110111111111101110011000101100100111011001110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCC; }

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

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

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

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

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

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

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

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