Html Css Color HEX #D886D1 Orchid

📋 copy color: '#D886D1'

red 216 ◦ green 134 ◦ blue 209

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

Shades of Orchid #D886D1

Tints of Orchid #D886D1

RGB

 RED value IS 216 (84.77% from 255) = 38.64%

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

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 38.64%
G = 23.97%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D886D1 (or 0xD886D1) is known color: Orchid. HEX triplet: D8, 86 and D1. RGB value is (216,134,209). Sum of RGB (Red+Green+Blue) = 216+134+209=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D1 is #27792E. Grayscale: #A6A6A6. Windows color (decimal): -2586927 or 13731544. OLE color: 13731544.

HSL color Cylindrical-coordinate representation of color #D886D1: hue angle of 305.12º 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 #D886D1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 209 -
CMYK 0 0.38 0.03 0.15
HSL 305.12º 0.51% 0.69% -
HSV(B) 305.12º 0.38% 0.85% -
XYZ 48.35 36.25 64.77 -
YUV 167.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 216 134 209 0 0.38 0.03 0.15 305.12 0.51 0.69
Hex D8 86 D1 0 26 3 F 131 33 45
Octal 330 206 321 0 46 3 17 461 63 105
Binary 11011000 10000110 11010001 0 100110 11 1111 100110001 110011 1000101

Color Harmonies of #D886D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886D1

Black with #D886D1

Text Example


Text Example

White with #D886D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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