Html Css Color HEX #D386DF Orchid

📋 copy color: '#D386DF'

red 211 ◦ green 134 ◦ blue 223

#D386DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D386DF

Tints of Orchid #D386DF

RGB

 RED value IS 211 (82.81% from 255) = 37.15%

 GREEN value IS 134 (52.73% from 255) = 23.59%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 37.15%
G = 23.59%
B = 39.26%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D386DF (or 0xD386DF) is known color: Orchid. HEX triplet: D3, 86 and DF. RGB value is (211,134,223). Sum of RGB (Red+Green+Blue) = 211+134+223=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D386DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386DF is #2C7920. Grayscale: #A6A6A6. Windows color (decimal): -2914593 or 14649043. OLE color: 14649043.

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

Color convert

RGB 211 134 223 -
CMYK 0.05 0.40 0 0.13
HSL 291.91º 0.58% 0.7% -
HSV(B) 291.91º 0.4% 0.87% -
XYZ 48.71 36.23 74.24 -
YUV 167.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 211 134 223 0.05 0.40 0 0.13 291.91 0.58 0.7
Hex D3 86 DF 5 28 0 D 124 3A 46
Octal 323 206 337 5 50 0 15 444 72 106
Binary 11010011 10000110 11011111 101 101000 0 1101 100100100 111010 1000110

Color Harmonies of #D386DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386DF

Black with #D386DF

Text Example


Text Example

White with #D386DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386DF; }

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

 H1.HeaderClassName
 {
   color: #D386DF;
 }
 .AnyTagClassName
 {
   color: #D386DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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