#D378DD

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

Shades of Orchid #D378DD

Tints of Orchid #D378DD

Color information

#D378DD (or 0xD378DD) is unknown color: approx Orchid. HEX triplet: D3, 78 and DD. RGB value is (211,120,221). Sum of RGB (Red+Green+Blue) = 211+120+221=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D378DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378DD is #2C8722. Grayscale: #9E9E9E. Windows color (decimal): -2918179 or 14514387. OLE color: 14514387.

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

Color convert

RGB211120221-
CMYK0.050.4600.13
HSL294.06º59.76%66.86%-
HSV(B)294.06º45.7%86.67%-
XYZ46.6332.572.22-
YUV158.72163.15165.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 120 (47.27% from 255) = 21.74%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=38.22%
G=21.74%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111202210.050.4600.13294.0659.7666.86
HexD378DD52E0D1263c43
Octal32317033555601544674103
Binary11010011111100011011101101101110011011001001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D378DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D378DD; }

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

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

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

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

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

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

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

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