#D386CE

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

Shades of Orchid #D386CE

Tints of Orchid #D386CE

Color information

#D386CE (or 0xD386CE) is unknown color: approx Orchid. HEX triplet: D3, 86 and CE. RGB value is (211,134,206). Sum of RGB (Red+Green+Blue) = 211+134+206=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D386CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386CE is #2C7931. Grayscale: #A5A5A5. Windows color (decimal): -2914610 or 13534931. OLE color: 13534931.

HSL color Cylindrical-coordinate representation of color #D386CE: hue angle of 303.9º 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 #D386CE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211134206-
CMYK00.360.020.17
HSL303.9º46.67%67.65%-
HSV(B)303.9º36.49%82.75%-
XYZ46.5335.3662.76-
YUV165.23151.01160.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=38.29%
G=24.32%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113420600.360.020.17303.946.6767.65
HexD386CE0242111302f44
Octal32320631604422146057104
Binary110100111000011011001110010010010100011001100001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386CE; }

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

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

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

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

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

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

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

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