Html Css Color HEX #D86BDB Orchid

📋 copy color: '#D86BDB'

red 216 ◦ green 107 ◦ blue 219

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

Shades of Orchid #D86BDB

Tints of Orchid #D86BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.74%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 39.85%
G = 19.74%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D86BDB (or 0xD86BDB) is known color: Orchid. HEX triplet: D8, 6B and DB. RGB value is (216,107,219). Sum of RGB (Red+Green+Blue) = 216+107+219=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BDB is #279424. Grayscale: #989898. Windows color (decimal): -2593829 or 14379992. OLE color: 14379992.

HSL color Cylindrical-coordinate representation of color #D86BDB: hue angle of 298.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86BDB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 107 219 -
CMYK 0.01 0.51 0 0.14
HSL 298.39º 0.61% 0.64% -
HSV(B) 298.39º 0.51% 0.86% -
XYZ 46.36 30.23 70.41 -
YUV 152.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 216 107 219 0.01 0.51 0 0.14 298.39 0.61 0.64
Hex D8 6B DB 1 33 0 E 12A 3D 40
Octal 330 153 333 1 63 0 16 452 75 100
Binary 11011000 1101011 11011011 1 110011 0 1110 100101010 111101 1000000

Color Harmonies of #D86BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BDB

Black with #D86BDB

Text Example


Text Example

White with #D86BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BDB; }

 p { color: rgb(216,107,219); }

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

background-color css

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

 a { background-color: rgb(216,107,219); }

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

border-color css

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

 span { border-color: rgb(216,107,219); }

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