Html Css Color HEX #D87ADF Orchid

📋 copy color: '#D87ADF'

red 216 ◦ green 122 ◦ blue 223

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

Shades of Orchid #D87ADF

Tints of Orchid #D87ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 38.5%
G = 21.75%
B = 39.75%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D87ADF (or 0xD87ADF) is known color: Orchid. HEX triplet: D8, 7A and DF. RGB value is (216,122,223). Sum of RGB (Red+Green+Blue) = 216+122+223=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D87ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ADF is #278520. Grayscale: #A1A1A1. Windows color (decimal): -2589985 or 14645976. OLE color: 14645976.

HSL color Cylindrical-coordinate representation of color #D87ADF: hue angle of 295.84º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87ADF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 122 223 -
CMYK 0.03 0.45 0 0.13
HSL 295.84º 0.61% 0.68% -
HSV(B) 295.84º 0.45% 0.87% -
XYZ 48.6 33.85 73.78 -
YUV 161.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 216 122 223 0.03 0.45 0 0.13 295.84 0.61 0.68
Hex D8 7A DF 3 2D 0 D 128 3D 44
Octal 330 172 337 3 55 0 15 450 75 104
Binary 11011000 1111010 11011111 11 101101 0 1101 100101000 111101 1000100

Color Harmonies of #D87ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ADF

Black with #D87ADF

Text Example


Text Example

White with #D87ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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