#DE78DD

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

Shades of Orchid #DE78DD

Tints of Orchid #DE78DD

Color information

#DE78DD (or 0xDE78DD) is unknown color: approx Orchid. HEX triplet: DE, 78 and DD. RGB value is (222,120,221). Sum of RGB (Red+Green+Blue) = 222+120+221=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78DD is #218722. Grayscale: #A1A1A1. Windows color (decimal): -2197283 or 14514398. OLE color: 14514398.

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

Color convert

RGB222120221-
CMYK00.460.000.13
HSL300.59º60.71%67.06%-
HSV(B)300.59º45.95%87.06%-
XYZ49.8934.1872.38-
YUV162.01161.29170.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=39.43%
G=21.31%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212022100.460.000.13300.5960.7167.06
HexDE78DD02E0D12d3d43
Octal33617033505601545575103
Binary110111101111000110111010101110011011001011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78DD; }

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

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

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

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

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

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

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

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