Html Css Color HEX #D86FB8 Orchid

📋 copy color: '#D86FB8'

red 216 ◦ green 111 ◦ blue 184

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

Shades of Orchid #D86FB8

Tints of Orchid #D86FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 42.27%
G = 21.72%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86FB8 (or 0xD86FB8) is known color: Orchid. HEX triplet: D8, 6F and B8. RGB value is (216,111,184). Sum of RGB (Red+Green+Blue) = 216+111+184=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FB8 is #279047. Grayscale: #969696. Windows color (decimal): -2592840 or 12087256. OLE color: 12087256.

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

Color convert

RGB 216 111 184 -
CMYK 0 0.49 0.15 0.15
HSL 318.29º 0.57% 0.64% -
HSV(B) 318.29º 0.49% 0.85% -
XYZ 42.66 29.43 48.78 -
YUV 150.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 216 111 184 0 0.49 0.15 0.15 318.29 0.57 0.64
Hex D8 6F B8 0 31 F F 13E 39 40
Octal 330 157 270 0 61 17 17 476 71 100
Binary 11011000 1101111 10111000 0 110001 1111 1111 100111110 111001 1000000

Color Harmonies of #D86FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FB8

Black with #D86FB8

Text Example


Text Example

White with #D86FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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