#D384DC

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

Shades of Orchid #D384DC

Tints of Orchid #D384DC

Color information

#D384DC (or 0xD384DC) is unknown color: approx Orchid. HEX triplet: D3, 84 and DC. RGB value is (211,132,220). Sum of RGB (Red+Green+Blue) = 211+132+220=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DC is #2C7B23. Grayscale: #A5A5A5. Windows color (decimal): -2915108 or 14451923. OLE color: 14451923.

HSL color Cylindrical-coordinate representation of color #D384DC: hue angle of 293.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D384DC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211132220-
CMYK0.040.4000.14
HSL293.86º55.7%69.02%-
HSV(B)293.86º40%86.27%-
XYZ48.0335.5272.03-
YUV165.65158.67160.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=37.48%
G=23.45%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111322200.040.4000.14293.8655.769.02
HexD384DC4280E1263845
Octal32320433445001644670105
Binary110100111000010011011100100101000011101001001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D384DC; }

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

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

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

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

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

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

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

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