Html Css Color HEX #D86AC2 Orchid

📋 copy color: '#D86AC2'

red 216 ◦ green 106 ◦ blue 194

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

Shades of Orchid #D86AC2

Tints of Orchid #D86AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 41.86%
G = 20.54%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D86AC2 (or 0xD86AC2) is known color: Orchid. HEX triplet: D8, 6A and C2. RGB value is (216,106,194). Sum of RGB (Red+Green+Blue) = 216+106+194=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AC2 is #27953D. Grayscale: #949494. Windows color (decimal): -2594110 or 12741336. OLE color: 12741336.

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

Color convert

RGB 216 106 194 -
CMYK 0 0.51 0.10 0.15
HSL 312º 0.59% 0.63% -
HSV(B) 312º 0.51% 0.85% -
XYZ 43.21 28.8 54.32 -
YUV 148.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 216 106 194 0 0.51 0.10 0.15 312 0.59 0.63
Hex D8 6A C2 0 33 A F 138 3B 3F
Octal 330 152 302 0 63 12 17 470 73 77
Binary 11011000 1101010 11000010 0 110011 1010 1111 100111000 111011 111111

Color Harmonies of #D86AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AC2

Black with #D86AC2

Text Example


Text Example

White with #D86AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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