#D078DD

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

Shades of Orchid #D078DD

Tints of Orchid #D078DD

Color information

#D078DD (or 0xD078DD) is unknown color: approx Orchid. HEX triplet: D0, 78 and DD. RGB value is (208,120,221). Sum of RGB (Red+Green+Blue) = 208+120+221=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D078DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DD is #2F8722. Grayscale: #9D9D9D. Windows color (decimal): -3114787 or 14514384. OLE color: 14514384.

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

Color convert

RGB208120221-
CMYK0.060.4600.13
HSL292.28º59.76%66.86%-
HSV(B)292.28º45.7%86.67%-
XYZ45.7832.0672.18-
YUV157.83163.65163.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 120 (47.27% from 255) = 21.86%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=37.89%
G=21.86%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081202210.060.4600.13292.2859.7666.86
HexD078DD62E0D1243c43
Octal32017033565601544474103
Binary11010000111100011011101110101110011011001001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078DD; }

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

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

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

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

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

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

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

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