#D378DC

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

Shades of Orchid #D378DC

Tints of Orchid #D378DC

Color information

#D378DC (or 0xD378DC) is unknown color: approx Orchid. HEX triplet: D3, 78 and DC. RGB value is (211,120,220). Sum of RGB (Red+Green+Blue) = 211+120+220=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D378DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378DC is #2C8723. Grayscale: #9E9E9E. Windows color (decimal): -2918180 or 14448851. OLE color: 14448851.

HSL color Cylindrical-coordinate representation of color #D378DC: hue angle of 294.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D378DC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211120220-
CMYK0.040.4500.14
HSL294.6º58.82%66.67%-
HSV(B)294.6º45.45%86.27%-
XYZ46.532.4571.52-
YUV158.61162.65165.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=38.29%
G=21.78%
B=39.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111202200.040.4500.14294.658.8266.67
HexD378DC42D0E1273b43
Octal32317033445501644773103
Binary11010011111100011011100100101101011101001001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D378DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D378DC; }

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

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

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

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

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

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

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

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