Html Css Color HEX #D86FBA Orchid

📋 copy color: '#D86FBA'

red 216 ◦ green 111 ◦ blue 186

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

Shades of Orchid #D86FBA

Tints of Orchid #D86FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 42.11%
G = 21.64%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D86FBA (or 0xD86FBA) is known color: Orchid. HEX triplet: D8, 6F and BA. RGB value is (216,111,186). Sum of RGB (Red+Green+Blue) = 216+111+186=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FBA is #279045. Grayscale: #969696. Windows color (decimal): -2592838 or 12218328. OLE color: 12218328.

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

Color convert

RGB 216 111 186 -
CMYK 0 0.49 0.14 0.15
HSL 317.14º 0.57% 0.64% -
HSV(B) 317.14º 0.49% 0.85% -
XYZ 42.87 29.51 49.89 -
YUV 150.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 216 111 186 0 0.49 0.14 0.15 317.14 0.57 0.64
Hex D8 6F BA 0 31 E F 13D 39 40
Octal 330 157 272 0 61 16 17 475 71 100
Binary 11011000 1101111 10111010 0 110001 1110 1111 100111101 111001 1000000

Color Harmonies of #D86FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FBA

Black with #D86FBA

Text Example


Text Example

White with #D86FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FBA; }

 p { color: rgb(216,111,186); }

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

background-color css

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

 a { background-color: rgb(216,111,186); }

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

border-color css

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

 span { border-color: rgb(216,111,186); }

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