Html Css Color HEX #D86DB7 Orchid

📋 copy color: '#D86DB7'

red 216 ◦ green 109 ◦ blue 183

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

Shades of Orchid #D86DB7

Tints of Orchid #D86DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 42.52%
G = 21.46%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86DB7 (or 0xD86DB7) is known color: Orchid. HEX triplet: D8, 6D and B7. RGB value is (216,109,183). Sum of RGB (Red+Green+Blue) = 216+109+183=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DB7 is #279248. Grayscale: #959595. Windows color (decimal): -2593353 or 12021208. OLE color: 12021208.

HSL color Cylindrical-coordinate representation of color #D86DB7: hue angle of 318.5º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DB7 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 183 -
CMYK 0 0.50 0.15 0.15
HSL 318.5º 0.58% 0.64% -
HSV(B) 318.5º 0.5% 0.85% -
XYZ 42.33 28.96 48.16 -
YUV 149.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 216 109 183 0 0.50 0.15 0.15 318.5 0.58 0.64
Hex D8 6D B7 0 32 F F 13F 3A 40
Octal 330 155 267 0 62 17 17 477 72 100
Binary 11011000 1101101 10110111 0 110010 1111 1111 100111111 111010 1000000

Color Harmonies of #D86DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DB7

Black with #D86DB7

Text Example


Text Example

White with #D86DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DB7; }

 p { color: rgb(216,109,183); }

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

background-color css

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

 a { background-color: rgb(216,109,183); }

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

border-color css

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

 span { border-color: rgb(216,109,183); }

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