Html Css Color HEX #D87AC8 Orchid

📋 copy color: '#D87AC8'

red 216 ◦ green 122 ◦ blue 200

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

Shades of Orchid #D87AC8

Tints of Orchid #D87AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

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

R = 40.15%
G = 22.68%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D87AC8 (or 0xD87AC8) is known color: Orchid. HEX triplet: D8, 7A and C8. RGB value is (216,122,200). Sum of RGB (Red+Green+Blue) = 216+122+200=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC8 is #278537. Grayscale: #9E9E9E. Windows color (decimal): -2590008 or 13138648. OLE color: 13138648.

HSL color Cylindrical-coordinate representation of color #D87AC8: hue angle of 310.21º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AC8 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 200 -
CMYK 0 0.44 0.07 0.15
HSL 310.21º 0.55% 0.66% -
HSV(B) 310.21º 0.44% 0.85% -
XYZ 45.7 32.69 58.54 -
YUV 159 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 216 122 200 0 0.44 0.07 0.15 310.21 0.55 0.66
Hex D8 7A C8 0 2C 7 F 136 37 42
Octal 330 172 310 0 54 7 17 466 67 102
Binary 11011000 1111010 11001000 0 101100 111 1111 100110110 110111 1000010

Color Harmonies of #D87AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AC8

Black with #D87AC8

Text Example


Text Example

White with #D87AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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