#D386C1

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

Shades of Orchid #D386C1

Tints of Orchid #D386C1

Color information

#D386C1 (or 0xD386C1) is unknown color: approx Orchid. HEX triplet: D3, 86 and C1. RGB value is (211,134,193). Sum of RGB (Red+Green+Blue) = 211+134+193=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D386C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386C1 is #2C793E. Grayscale: #A3A3A3. Windows color (decimal): -2914623 or 12682963. OLE color: 12682963.

HSL color Cylindrical-coordinate representation of color #D386C1: hue angle of 314.03º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386C1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211134193-
CMYK00.360.090.17
HSL314.03º46.67%67.65%-
HSV(B)314.03º36.49%82.75%-
XYZ45.0134.7554.79-
YUV163.75144.51161.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=39.22%
G=24.91%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113419300.360.090.17314.0346.6767.65
HexD386C102491113a2f44
Octal323206301044112147257104
Binary11010011100001101100000101001001001100011001110101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386C1; }

 p { color: rgb(211,134,193); }

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

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

 a { background-color: rgb(211,134,193); }

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

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

 span { border-color: rgb(211,134,193); }

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