Html Css Color HEX #D86AB7 Orchid

📋 copy color: '#D86AB7'

red 216 ◦ green 106 ◦ blue 183

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

Shades of Orchid #D86AB7

Tints of Orchid #D86AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 42.77%
G = 20.99%
B = 36.24%

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

#D86AB7 (or 0xD86AB7) is known color: Orchid. HEX triplet: D8, 6A and B7. RGB value is (216,106,183). Sum of RGB (Red+Green+Blue) = 216+106+183=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AB7 is #279548. Grayscale: #939393. Windows color (decimal): -2594121 or 12020440. OLE color: 12020440.

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

Color convert

RGB 216 106 183 -
CMYK 0 0.51 0.15 0.15
HSL 318º 0.59% 0.63% -
HSV(B) 318º 0.51% 0.85% -
XYZ 42.02 28.33 48.05 -
YUV 147.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 216 106 183 0 0.51 0.15 0.15 318 0.59 0.63
Hex D8 6A B7 0 33 F F 13E 3B 3F
Octal 330 152 267 0 63 17 17 476 73 77
Binary 11011000 1101010 10110111 0 110011 1111 1111 100111110 111011 111111

Color Harmonies of #D86AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AB7

Black with #D86AB7

Text Example


Text Example

White with #D86AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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