Html Css Color HEX #D86AC8 Orchid

📋 copy color: '#D86AC8'

red 216 ◦ green 106 ◦ blue 200

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

Shades of Orchid #D86AC8

Tints of Orchid #D86AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 41.38%
G = 20.31%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D86AC8 (or 0xD86AC8) is known color: Orchid. HEX triplet: D8, 6A and C8. RGB value is (216,106,200). Sum of RGB (Red+Green+Blue) = 216+106+200=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AC8 is #279537. Grayscale: #959595. Windows color (decimal): -2594104 or 13134552. OLE color: 13134552.

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

Color convert

RGB 216 106 200 -
CMYK 0 0.51 0.07 0.15
HSL 308.73º 0.59% 0.63% -
HSV(B) 308.73º 0.51% 0.85% -
XYZ 43.9 29.08 57.94 -
YUV 149.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 216 106 200 0 0.51 0.07 0.15 308.73 0.59 0.63
Hex D8 6A C8 0 33 7 F 135 3B 3F
Octal 330 152 310 0 63 7 17 465 73 77
Binary 11011000 1101010 11001000 0 110011 111 1111 100110101 111011 111111

Color Harmonies of #D86AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AC8

Black with #D86AC8

Text Example


Text Example

White with #D86AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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