Html Css Color HEX #D386D7 Orchid

📋 copy color: '#D386D7'

red 211 ◦ green 134 ◦ blue 215

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

Shades of Orchid #D386D7

Tints of Orchid #D386D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 37.68%
G = 23.93%
B = 38.39%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D386D7 (or 0xD386D7) is known color: Orchid. HEX triplet: D3, 86 and D7. RGB value is (211,134,215). Sum of RGB (Red+Green+Blue) = 211+134+215=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #D386D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386D7 is #2C7928. Grayscale: #A6A6A6. Windows color (decimal): -2914601 or 14124755. OLE color: 14124755.

HSL color Cylindrical-coordinate representation of color #D386D7: hue angle of 297.04º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D386D7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 134 215 -
CMYK 0.02 0.38 0 0.16
HSL 297.04º 0.5% 0.68% -
HSV(B) 297.04º 0.38% 0.84% -
XYZ 47.65 35.81 68.69 -
YUV 166.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 211 134 215 0.02 0.38 0 0.16 297.04 0.5 0.68
Hex D3 86 D7 2 26 0 10 129 32 44
Octal 323 206 327 2 46 0 20 451 62 104
Binary 11010011 10000110 11010111 10 100110 0 10000 100101001 110010 1000100

Color Harmonies of #D386D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386D7

Black with #D386D7

Text Example


Text Example

White with #D386D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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