Html Css Color HEX #D86ABB Orchid

📋 copy color: '#D86ABB'

red 216 ◦ green 106 ◦ blue 187

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

Shades of Orchid #D86ABB

Tints of Orchid #D86ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 42.44%
G = 20.83%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D86ABB (or 0xD86ABB) is known color: Orchid. HEX triplet: D8, 6A and BB. RGB value is (216,106,187). Sum of RGB (Red+Green+Blue) = 216+106+187=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ABB is #279544. Grayscale: #939393. Windows color (decimal): -2594117 or 12282584. OLE color: 12282584.

HSL color Cylindrical-coordinate representation of color #D86ABB: hue angle of 315.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86ABB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 187 -
CMYK 0 0.51 0.13 0.15
HSL 315.82º 0.59% 0.63% -
HSV(B) 315.82º 0.51% 0.85% -
XYZ 42.44 28.49 50.28 -
YUV 148.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 216 106 187 0 0.51 0.13 0.15 315.82 0.59 0.63
Hex D8 6A BB 0 33 D F 13C 3B 3F
Octal 330 152 273 0 63 15 17 474 73 77
Binary 11011000 1101010 10111011 0 110011 1101 1111 100111100 111011 111111

Color Harmonies of #D86ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ABB

Black with #D86ABB

Text Example


Text Example

White with #D86ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ABB; }

 p { color: rgb(216,106,187); }

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

background-color css

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

 a { background-color: rgb(216,106,187); }

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

border-color css

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

 span { border-color: rgb(216,106,187); }

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