Html Css Color HEX #D86EBA Orchid

📋 copy color: '#D86EBA'

red 216 ◦ green 110 ◦ blue 186

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

Shades of Orchid #D86EBA

Tints of Orchid #D86EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 42.19%
G = 21.48%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D86EBA (or 0xD86EBA) is known color: Orchid. HEX triplet: D8, 6E and BA. RGB value is (216,110,186). Sum of RGB (Red+Green+Blue) = 216+110+186=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EBA is #279145. Grayscale: #969696. Windows color (decimal): -2593094 or 12218072. OLE color: 12218072.

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

Color convert

RGB 216 110 186 -
CMYK 0 0.49 0.14 0.15
HSL 316.98º 0.58% 0.64% -
HSV(B) 316.98º 0.49% 0.85% -
XYZ 42.76 29.3 49.86 -
YUV 150.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 216 110 186 0 0.49 0.14 0.15 316.98 0.58 0.64
Hex D8 6E BA 0 31 E F 13D 3A 40
Octal 330 156 272 0 61 16 17 475 72 100
Binary 11011000 1101110 10111010 0 110001 1110 1111 100111101 111010 1000000

Color Harmonies of #D86EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EBA

Black with #D86EBA

Text Example


Text Example

White with #D86EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EBA; }

 p { color: rgb(216,110,186); }

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

background-color css

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

 a { background-color: rgb(216,110,186); }

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

border-color css

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

 span { border-color: rgb(216,110,186); }

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