#DF7CE0

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

Shades of Orchid #DF7CE0

Tints of Orchid #DF7CE0

Color information

#DF7CE0 (or 0xDF7CE0) is unknown color: approx Orchid. HEX triplet: DF, 7C and E0. RGB value is (223,124,224). Sum of RGB (Red+Green+Blue) = 223+124+224=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CE0 is #20831F. Grayscale: #A4A4A4. Windows color (decimal): -2130720 or 14712031. OLE color: 14712031.

HSL color Cylindrical-coordinate representation of color #DF7CE0: hue angle of 299.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7CE0 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223124224-
CMYK0.000.4500.12
HSL299.4º61.73%68.24%-
HSV(B)299.4º44.64%87.84%-
XYZ51.0935.4974.68-
YUV165161.3169.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 124 (48.83% from 255) = 21.72%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=39.05%
G=21.72%
B=39.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231242240.000.4500.12299.461.7368.24
HexDF7CE002D0C12b3e44
Octal33717434005501445376104
Binary110111111111100111000000101101011001001010111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CE0; }

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

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

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

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

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

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

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

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