Html Css Color HEX #D86FC1 Orchid

📋 copy color: '#D86FC1'

red 216 ◦ green 111 ◦ blue 193

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

Shades of Orchid #D86FC1

Tints of Orchid #D86FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 41.54%
G = 21.35%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D86FC1 (or 0xD86FC1) is known color: Orchid. HEX triplet: D8, 6F and C1. RGB value is (216,111,193). Sum of RGB (Red+Green+Blue) = 216+111+193=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FC1 is #27903E. Grayscale: #979797. Windows color (decimal): -2592831 or 12677080. OLE color: 12677080.

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

Color convert

RGB 216 111 193 -
CMYK 0 0.49 0.11 0.15
HSL 313.14º 0.57% 0.64% -
HSV(B) 313.14º 0.49% 0.85% -
XYZ 43.63 29.82 53.91 -
YUV 151.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 216 111 193 0 0.49 0.11 0.15 313.14 0.57 0.64
Hex D8 6F C1 0 31 B F 139 39 40
Octal 330 157 301 0 61 13 17 471 71 100
Binary 11011000 1101111 11000001 0 110001 1011 1111 100111001 111001 1000000

Color Harmonies of #D86FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FC1

Black with #D86FC1

Text Example


Text Example

White with #D86FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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