Html Css Color HEX #D86DCF Orchid

📋 copy color: '#D86DCF'

red 216 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D86DCF

Tints of Orchid #D86DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 40.6%
G = 20.49%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D86DCF (or 0xD86DCF) is known color: Orchid. HEX triplet: D8, 6D and CF. RGB value is (216,109,207). Sum of RGB (Red+Green+Blue) = 216+109+207=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCF is #279230. Grayscale: #979797. Windows color (decimal): -2593329 or 13594072. OLE color: 13594072.

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

Color convert

RGB 216 109 207 -
CMYK 0 0.50 0.04 0.15
HSL 305.05º 0.58% 0.64% -
HSV(B) 305.05º 0.5% 0.85% -
XYZ 45.05 30.04 62.46 -
YUV 152.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 216 109 207 0 0.50 0.04 0.15 305.05 0.58 0.64
Hex D8 6D CF 0 32 4 F 131 3A 40
Octal 330 155 317 0 62 4 17 461 72 100
Binary 11011000 1101101 11001111 0 110010 100 1111 100110001 111010 1000000

Color Harmonies of #D86DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DCF

Black with #D86DCF

Text Example


Text Example

White with #D86DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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