Html Css Color HEX #D386D8 Orchid

📋 copy color: '#D386D8'

red 211 ◦ green 134 ◦ blue 216

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

Shades of Orchid #D386D8

Tints of Orchid #D386D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 37.61%
G = 23.89%
B = 38.5%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D386D8 (or 0xD386D8) is known color: Orchid. HEX triplet: D3, 86 and D8. RGB value is (211,134,216). Sum of RGB (Red+Green+Blue) = 211+134+216=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #D386D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386D8 is #2C7927. Grayscale: #A6A6A6. Windows color (decimal): -2914600 or 14190291. OLE color: 14190291.

HSL color Cylindrical-coordinate representation of color #D386D8: hue angle of 296.34º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D386D8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 134 216 -
CMYK 0.02 0.38 0 0.15
HSL 296.34º 0.51% 0.69% -
HSV(B) 296.34º 0.38% 0.85% -
XYZ 47.78 35.86 69.37 -
YUV 166.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 211 134 216 0.02 0.38 0 0.15 296.34 0.51 0.69
Hex D3 86 D8 2 26 0 F 128 33 45
Octal 323 206 330 2 46 0 17 450 63 105
Binary 11010011 10000110 11011000 10 100110 0 1111 100101000 110011 1000101

Color Harmonies of #D386D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386D8

Black with #D386D8

Text Example


Text Example

White with #D386D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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