Html Css Color HEX #D86DCE Orchid

📋 copy color: '#D86DCE'

red 216 ◦ green 109 ◦ blue 206

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

Shades of Orchid #D86DCE

Tints of Orchid #D86DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 40.68%
G = 20.53%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D86DCE (or 0xD86DCE) is known color: Orchid. HEX triplet: D8, 6D and CE. RGB value is (216,109,206). Sum of RGB (Red+Green+Blue) = 216+109+206=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCE is #279231. Grayscale: #979797. Windows color (decimal): -2593330 or 13528536. OLE color: 13528536.

HSL color Cylindrical-coordinate representation of color #D86DCE: hue angle of 305.61º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DCE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 206 -
CMYK 0 0.50 0.05 0.15
HSL 305.61º 0.58% 0.64% -
HSV(B) 305.61º 0.5% 0.85% -
XYZ 44.93 29.99 61.81 -
YUV 152.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 216 109 206 0 0.50 0.05 0.15 305.61 0.58 0.64
Hex D8 6D CE 0 32 5 F 132 3A 40
Octal 330 155 316 0 62 5 17 462 72 100
Binary 11011000 1101101 11001110 0 110010 101 1111 100110010 111010 1000000

Color Harmonies of #D86DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DCE

Black with #D86DCE

Text Example


Text Example

White with #D86DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DCE; }

 p { color: rgb(216,109,206); }

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

background-color css

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

 a { background-color: rgb(216,109,206); }

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

border-color css

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

 span { border-color: rgb(216,109,206); }

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