#DF7DCD

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

Shades of Orchid #DF7DCD

Tints of Orchid #DF7DCD

Color information

#DF7DCD (or 0xDF7DCD) is unknown color: approx Orchid. HEX triplet: DF, 7D and CD. RGB value is (223,125,205). Sum of RGB (Red+Green+Blue) = 223+125+205=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCD is #208232. Grayscale: #A3A3A3. Windows color (decimal): -2130483 or 13467103. OLE color: 13467103.

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

Color convert

RGB223125205-
CMYK00.440.080.13
HSL311.02º60.49%68.24%-
HSV(B)311.02º43.95%87.45%-
XYZ48.7834.7661.9-
YUV163.42151.47170.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=40.33%
G=22.60%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312520500.440.080.13311.0260.4968.24
HexDF7DCD02C8D1373c44
Octal337175315054101546774104
Binary110111111111101110011010101100100011011001101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCD; }

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

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

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

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

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

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

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

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