#DF78DD

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

Shades of Orchid #DF78DD

Tints of Orchid #DF78DD

Color information

#DF78DD (or 0xDF78DD) is unknown color: approx Orchid. HEX triplet: DF, 78 and DD. RGB value is (223,120,221). Sum of RGB (Red+Green+Blue) = 223+120+221=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DD is #208722. Grayscale: #A2A2A2. Windows color (decimal): -2131747 or 14514399. OLE color: 14514399.

HSL color Cylindrical-coordinate representation of color #DF78DD: hue angle of 301.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF78DD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223120221-
CMYK00.460.010.13
HSL301.17º61.68%67.25%-
HSV(B)301.17º46.19%87.45%-
XYZ50.234.3472.39-
YUV162.31161.12171.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 120 (47.27% from 255) = 21.28%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=39.54%
G=21.28%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312022100.460.010.13301.1761.6867.25
HexDF78DD02E1D12d3e43
Octal33717033505611545576103
Binary110111111111000110111010101110111011001011011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF78DD; }

 p { color: rgb(223,120,221); }

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

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

 a { background-color: rgb(223,120,221); }

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

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

 span { border-color: rgb(223,120,221); }

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