Html Css Color HEX #D86FCD Orchid

📋 copy color: '#D86FCD'

red 216 ◦ green 111 ◦ blue 205

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

Shades of Orchid #D86FCD

Tints of Orchid #D86FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 40.6%
G = 20.86%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D86FCD (or 0xD86FCD) is known color: Orchid. HEX triplet: D8, 6F and CD. RGB value is (216,111,205). Sum of RGB (Red+Green+Blue) = 216+111+205=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCD is #279032. Grayscale: #989898. Windows color (decimal): -2592819 or 13463512. OLE color: 13463512.

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

Color convert

RGB 216 111 205 -
CMYK 0 0.49 0.05 0.15
HSL 306.29º 0.57% 0.64% -
HSV(B) 306.29º 0.49% 0.85% -
XYZ 45.02 30.38 61.25 -
YUV 153.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 216 111 205 0 0.49 0.05 0.15 306.29 0.57 0.64
Hex D8 6F CD 0 31 5 F 132 39 40
Octal 330 157 315 0 61 5 17 462 71 100
Binary 11011000 1101111 11001101 0 110001 101 1111 100110010 111001 1000000

Color Harmonies of #D86FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FCD

Black with #D86FCD

Text Example


Text Example

White with #D86FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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