Html Css Color HEX #D86DBE Orchid

📋 copy color: '#D86DBE'

red 216 ◦ green 109 ◦ blue 190

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

Shades of Orchid #D86DBE

Tints of Orchid #D86DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 41.94%
G = 21.17%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D86DBE (or 0xD86DBE) is known color: Orchid. HEX triplet: D8, 6D and BE. RGB value is (216,109,190). Sum of RGB (Red+Green+Blue) = 216+109+190=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DBE is #279241. Grayscale: #969696. Windows color (decimal): -2593346 or 12479960. OLE color: 12479960.

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

Color convert

RGB 216 109 190 -
CMYK 0 0.50 0.12 0.15
HSL 314.58º 0.58% 0.64% -
HSV(B) 314.58º 0.5% 0.85% -
XYZ 43.08 29.25 52.09 -
YUV 150.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 216 109 190 0 0.50 0.12 0.15 314.58 0.58 0.64
Hex D8 6D BE 0 32 C F 13B 3A 40
Octal 330 155 276 0 62 14 17 473 72 100
Binary 11011000 1101101 10111110 0 110010 1100 1111 100111011 111010 1000000

Color Harmonies of #D86DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DBE

Black with #D86DBE

Text Example


Text Example

White with #D86DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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