Html Css Color HEX #D87CDD Orchid

📋 copy color: '#D87CDD'

red 216 ◦ green 124 ◦ blue 221

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

Shades of Orchid #D87CDD

Tints of Orchid #D87CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.1%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 38.5%
G = 22.1%
B = 39.39%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D87CDD (or 0xD87CDD) is known color: Orchid. HEX triplet: D8, 7C and DD. RGB value is (216,124,221). Sum of RGB (Red+Green+Blue) = 216+124+221=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CDD is #278322. Grayscale: #A2A2A2. Windows color (decimal): -2589475 or 14515416. OLE color: 14515416.

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

Color convert

RGB 216 124 221 -
CMYK 0.02 0.44 0 0.13
HSL 296.91º 0.59% 0.68% -
HSV(B) 296.91º 0.44% 0.87% -
XYZ 48.58 34.23 72.45 -
YUV 162.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 216 124 221 0.02 0.44 0 0.13 296.91 0.59 0.68
Hex D8 7C DD 2 2C 0 D 129 3B 44
Octal 330 174 335 2 54 0 15 451 73 104
Binary 11011000 1111100 11011101 10 101100 0 1101 100101001 111011 1000100

Color Harmonies of #D87CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CDD

Black with #D87CDD

Text Example


Text Example

White with #D87CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CDD; }

 p { color: rgb(216,124,221); }

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

background-color css

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

 a { background-color: rgb(216,124,221); }

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

border-color css

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

 span { border-color: rgb(216,124,221); }

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