Html Css Color HEX #D87AC9 Orchid

📋 copy color: '#D87AC9'

red 216 ◦ green 122 ◦ blue 201

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

Shades of Orchid #D87AC9

Tints of Orchid #D87AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 40.07%
G = 22.63%
B = 37.29%

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

#D87AC9 (or 0xD87AC9) is known color: Orchid. HEX triplet: D8, 7A and C9. RGB value is (216,122,201). Sum of RGB (Red+Green+Blue) = 216+122+201=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC9 is #278536. Grayscale: #9E9E9E. Windows color (decimal): -2590007 or 13204184. OLE color: 13204184.

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

Color convert

RGB 216 122 201 -
CMYK 0 0.44 0.07 0.15
HSL 309.57º 0.55% 0.66% -
HSV(B) 309.57º 0.44% 0.85% -
XYZ 45.82 32.74 59.16 -
YUV 159.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 216 122 201 0 0.44 0.07 0.15 309.57 0.55 0.66
Hex D8 7A C9 0 2C 7 F 136 37 42
Octal 330 172 311 0 54 7 17 466 67 102
Binary 11011000 1111010 11001001 0 101100 111 1111 100110110 110111 1000010

Color Harmonies of #D87AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AC9

Black with #D87AC9

Text Example


Text Example

White with #D87AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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