Html Css Color HEX #D86AC0 Orchid

📋 copy color: '#D86AC0'

red 216 ◦ green 106 ◦ blue 192

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

Shades of Orchid #D86AC0

Tints of Orchid #D86AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 42.02%
G = 20.62%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D86AC0 (or 0xD86AC0) is known color: Orchid. HEX triplet: D8, 6A and C0. RGB value is (216,106,192). Sum of RGB (Red+Green+Blue) = 216+106+192=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AC0 is #27953F. Grayscale: #949494. Windows color (decimal): -2594112 or 12610264. OLE color: 12610264.

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

Color convert

RGB 216 106 192 -
CMYK 0 0.51 0.11 0.15
HSL 313.09º 0.59% 0.63% -
HSV(B) 313.09º 0.51% 0.85% -
XYZ 42.99 28.71 53.15 -
YUV 148.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 216 106 192 0 0.51 0.11 0.15 313.09 0.59 0.63
Hex D8 6A C0 0 33 B F 139 3B 3F
Octal 330 152 300 0 63 13 17 471 73 77
Binary 11011000 1101010 11000000 0 110011 1011 1111 100111001 111011 111111

Color Harmonies of #D86AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AC0

Black with #D86AC0

Text Example


Text Example

White with #D86AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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