Html Css Color HEX #D87AC6 Orchid

📋 copy color: '#D87AC6'

red 216 ◦ green 122 ◦ blue 198

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

Shades of Orchid #D87AC6

Tints of Orchid #D87AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 40.3%
G = 22.76%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D87AC6 (or 0xD87AC6) is known color: Orchid. HEX triplet: D8, 7A and C6. RGB value is (216,122,198). Sum of RGB (Red+Green+Blue) = 216+122+198=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC6 is #278539. Grayscale: #9E9E9E. Windows color (decimal): -2590010 or 13007576. OLE color: 13007576.

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

Color convert

RGB 216 122 198 -
CMYK 0 0.44 0.08 0.15
HSL 311.49º 0.55% 0.66% -
HSV(B) 311.49º 0.44% 0.85% -
XYZ 45.47 32.6 57.32 -
YUV 158.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 216 122 198 0 0.44 0.08 0.15 311.49 0.55 0.66
Hex D8 7A C6 0 2C 8 F 137 37 42
Octal 330 172 306 0 54 10 17 467 67 102
Binary 11011000 1111010 11000110 0 101100 1000 1111 100110111 110111 1000010

Color Harmonies of #D87AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AC6

Black with #D87AC6

Text Example


Text Example

White with #D87AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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