#DF7CCE

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

Shades of Orchid #DF7CCE

Tints of Orchid #DF7CCE

Color information

#DF7CCE (or 0xDF7CCE) is unknown color: approx Orchid. HEX triplet: DF, 7C and CE. RGB value is (223,124,206). Sum of RGB (Red+Green+Blue) = 223+124+206=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCE is #208331. Grayscale: #A2A2A2. Windows color (decimal): -2130738 or 13532383. OLE color: 13532383.

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

Color convert

RGB223124206-
CMYK00.440.080.13
HSL310.3º60.74%68.04%-
HSV(B)310.3º44.39%87.45%-
XYZ48.7834.5662.49-
YUV162.95152.3170.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=40.33%
G=22.42%
B=37.25%

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
Decimal22312420600.440.080.13310.360.7468.04
HexDF7CCE02C8D1363d44
Octal337174316054101546675104
Binary110111111111100110011100101100100011011001101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CCE; }

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

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

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

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

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

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

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

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