#DF7CCD

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

Shades of Orchid #DF7CCD

Tints of Orchid #DF7CCD

Color information

#DF7CCD (or 0xDF7CCD) is unknown color: approx Orchid. HEX triplet: DF, 7C and CD. RGB value is (223,124,205). Sum of RGB (Red+Green+Blue) = 223+124+205=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCD is #208332. Grayscale: #A2A2A2. Windows color (decimal): -2130739 or 13466847. OLE color: 13466847.

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

Color convert

RGB223124205-
CMYK00.440.080.13
HSL310.91º60.74%68.04%-
HSV(B)310.91º44.39%87.45%-
XYZ48.6634.5161.85-
YUV162.83151.8170.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=40.40%
G=22.46%
B=37.14%

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
Decimal22312420500.440.080.13310.9160.7468.04
HexDF7CCD02C8D1373d44
Octal337174315054101546775104
Binary110111111111100110011010101100100011011001101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CCD; }

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

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

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

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

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

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

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

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