Html Css Color HEX #D86FD7 Orchid

📋 copy color: '#D86FD7'

red 216 ◦ green 111 ◦ blue 215

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

Shades of Orchid #D86FD7

Tints of Orchid #D86FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 39.85%
G = 20.48%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D86FD7 (or 0xD86FD7) is known color: Orchid. HEX triplet: D8, 6F and D7. RGB value is (216,111,215). Sum of RGB (Red+Green+Blue) = 216+111+215=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD7 is #279028. Grayscale: #999999. Windows color (decimal): -2592809 or 14118872. OLE color: 14118872.

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

Color convert

RGB 216 111 215 -
CMYK 0 0.49 0.00 0.15
HSL 300.57º 0.57% 0.64% -
HSV(B) 300.57º 0.49% 0.85% -
XYZ 46.27 30.87 67.81 -
YUV 154.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 216 111 215 0 0.49 0.00 0.15 300.57 0.57 0.64
Hex D8 6F D7 0 31 0 F 12D 39 40
Octal 330 157 327 0 61 0 17 455 71 100
Binary 11011000 1101111 11010111 0 110001 0 1111 100101101 111001 1000000

Color Harmonies of #D86FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FD7

Black with #D86FD7

Text Example


Text Example

White with #D86FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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