Html Css Color HEX #D87AC5 Orchid

📋 copy color: '#D87AC5'

red 216 ◦ green 122 ◦ blue 197

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

Shades of Orchid #D87AC5

Tints of Orchid #D87AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.82%

R = 40.37%
G = 22.8%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87AC5 (or 0xD87AC5) is known color: Orchid. HEX triplet: D8, 7A and C5. RGB value is (216,122,197). Sum of RGB (Red+Green+Blue) = 216+122+197=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC5 is #27853A. Grayscale: #9E9E9E. Windows color (decimal): -2590011 or 12942040. OLE color: 12942040.

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

Color convert

RGB 216 122 197 -
CMYK 0 0.44 0.09 0.15
HSL 312.13º 0.55% 0.66% -
HSV(B) 312.13º 0.44% 0.85% -
XYZ 45.36 32.55 56.72 -
YUV 158.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 216 122 197 0 0.44 0.09 0.15 312.13 0.55 0.66
Hex D8 7A C5 0 2C 9 F 138 37 42
Octal 330 172 305 0 54 11 17 470 67 102
Binary 11011000 1111010 11000101 0 101100 1001 1111 100111000 110111 1000010

Color Harmonies of #D87AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AC5

Black with #D87AC5

Text Example


Text Example

White with #D87AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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