Html Css Color HEX #D87ACF Orchid

📋 copy color: '#D87ACF'

red 216 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D87ACF

Tints of Orchid #D87ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 39.63%
G = 22.39%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D87ACF (or 0xD87ACF) is known color: Orchid. HEX triplet: D8, 7A and CF. RGB value is (216,122,207). Sum of RGB (Red+Green+Blue) = 216+122+207=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ACF is #278530. Grayscale: #9F9F9F. Windows color (decimal): -2590001 or 13597400. OLE color: 13597400.

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

Color convert

RGB 216 122 207 -
CMYK 0 0.44 0.04 0.15
HSL 305.74º 0.55% 0.66% -
HSV(B) 305.74º 0.44% 0.85% -
XYZ 46.54 33.02 62.95 -
YUV 159.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 216 122 207 0 0.44 0.04 0.15 305.74 0.55 0.66
Hex D8 7A CF 0 2C 4 F 132 37 42
Octal 330 172 317 0 54 4 17 462 67 102
Binary 11011000 1111010 11001111 0 101100 100 1111 100110010 110111 1000010

Color Harmonies of #D87ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ACF

Black with #D87ACF

Text Example


Text Example

White with #D87ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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