#D384DF

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

Shades of Orchid #D384DF

Tints of Orchid #D384DF

Color information

#D384DF (or 0xD384DF) is unknown color: approx Orchid. HEX triplet: D3, 84 and DF. RGB value is (211,132,223). Sum of RGB (Red+Green+Blue) = 211+132+223=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D384DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DF is #2C7B20. Grayscale: #A5A5A5. Windows color (decimal): -2915105 or 14648531. OLE color: 14648531.

HSL color Cylindrical-coordinate representation of color #D384DF: hue angle of 292.09º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D384DF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211132223-
CMYK0.050.4100.13
HSL292.09º58.71%69.61%-
HSV(B)292.09º40.81%87.45%-
XYZ48.4335.6874.15-
YUV165.99160.17160.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=37.28%
G=23.32%
B=39.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111322230.050.4100.13292.0958.7169.61
HexD384DF5290D1243b46
Octal32320433755101544473106
Binary110100111000010011011111101101001011011001001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D384DF; }

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

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

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

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

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

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

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

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