Html Css Color HEX #D86AB8 Orchid

📋 copy color: '#D86AB8'

red 216 ◦ green 106 ◦ blue 184

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

Shades of Orchid #D86AB8

Tints of Orchid #D86AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.36%

R = 42.69%
G = 20.95%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86AB8 (or 0xD86AB8) is known color: Orchid. HEX triplet: D8, 6A and B8. RGB value is (216,106,184). Sum of RGB (Red+Green+Blue) = 216+106+184=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AB8 is #279547. Grayscale: #939393. Windows color (decimal): -2594120 or 12085976. OLE color: 12085976.

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

Color convert

RGB 216 106 184 -
CMYK 0 0.51 0.15 0.15
HSL 317.45º 0.59% 0.63% -
HSV(B) 317.45º 0.51% 0.85% -
XYZ 42.12 28.37 48.6 -
YUV 147.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 216 106 184 0 0.51 0.15 0.15 317.45 0.59 0.63
Hex D8 6A B8 0 33 F F 13D 3B 3F
Octal 330 152 270 0 63 17 17 475 73 77
Binary 11011000 1101010 10111000 0 110011 1111 1111 100111101 111011 111111

Color Harmonies of #D86AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AB8

Black with #D86AB8

Text Example


Text Example

White with #D86AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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