Html Css Color HEX #D86FD1 Orchid

📋 copy color: '#D86FD1'

red 216 ◦ green 111 ◦ blue 209

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

Shades of Orchid #D86FD1

Tints of Orchid #D86FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 40.3%
G = 20.71%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D86FD1 (or 0xD86FD1) is known color: Orchid. HEX triplet: D8, 6F and D1. RGB value is (216,111,209). Sum of RGB (Red+Green+Blue) = 216+111+209=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD1 is #27902E. Grayscale: #999999. Windows color (decimal): -2592815 or 13725656. OLE color: 13725656.

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

Color convert

RGB 216 111 209 -
CMYK 0 0.49 0.03 0.15
HSL 304º 0.57% 0.64% -
HSV(B) 304º 0.49% 0.85% -
XYZ 45.51 30.57 63.82 -
YUV 153.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 216 111 209 0 0.49 0.03 0.15 304 0.57 0.64
Hex D8 6F D1 0 31 3 F 130 39 40
Octal 330 157 321 0 61 3 17 460 71 100
Binary 11011000 1101111 11010001 0 110001 11 1111 100110000 111001 1000000

Color Harmonies of #D86FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FD1

Black with #D86FD1

Text Example


Text Example

White with #D86FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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