Html Css Color HEX #D86FD0 Orchid

📋 copy color: '#D86FD0'

red 216 ◦ green 111 ◦ blue 208

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

Shades of Orchid #D86FD0

Tints of Orchid #D86FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 40.37%
G = 20.75%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D86FD0 (or 0xD86FD0) is known color: Orchid. HEX triplet: D8, 6F and D0. RGB value is (216,111,208). Sum of RGB (Red+Green+Blue) = 216+111+208=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD0 is #27902F. Grayscale: #999999. Windows color (decimal): -2592816 or 13660120. OLE color: 13660120.

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

Color convert

RGB 216 111 208 -
CMYK 0 0.49 0.04 0.15
HSL 304.57º 0.57% 0.64% -
HSV(B) 304.57º 0.49% 0.85% -
XYZ 45.39 30.52 63.17 -
YUV 153.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 216 111 208 0 0.49 0.04 0.15 304.57 0.57 0.64
Hex D8 6F D0 0 31 4 F 131 39 40
Octal 330 157 320 0 61 4 17 461 71 100
Binary 11011000 1101111 11010000 0 110001 100 1111 100110001 111001 1000000

Color Harmonies of #D86FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FD0

Black with #D86FD0

Text Example


Text Example

White with #D86FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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