Html Css Color HEX #D86FC8 Orchid

📋 copy color: '#D86FC8'

red 216 ◦ green 111 ◦ blue 200

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

Shades of Orchid #D86FC8

Tints of Orchid #D86FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 40.99%
G = 21.06%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D86FC8 (or 0xD86FC8) is known color: Orchid. HEX triplet: D8, 6F and C8. RGB value is (216,111,200). Sum of RGB (Red+Green+Blue) = 216+111+200=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FC8 is #279037. Grayscale: #989898. Windows color (decimal): -2592824 or 13135832. OLE color: 13135832.

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

Color convert

RGB 216 111 200 -
CMYK 0 0.49 0.07 0.15
HSL 309.14º 0.57% 0.64% -
HSV(B) 309.14º 0.49% 0.85% -
XYZ 44.43 30.14 58.12 -
YUV 152.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 216 111 200 0 0.49 0.07 0.15 309.14 0.57 0.64
Hex D8 6F C8 0 31 7 F 135 39 40
Octal 330 157 310 0 61 7 17 465 71 100
Binary 11011000 1101111 11001000 0 110001 111 1111 100110101 111001 1000000

Color Harmonies of #D86FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FC8

Black with #D86FC8

Text Example


Text Example

White with #D86FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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