Html Css Color HEX #D87EDD Orchid

📋 copy color: '#D87EDD'

red 216 ◦ green 126 ◦ blue 221

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

Shades of Orchid #D87EDD

Tints of Orchid #D87EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.38%

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

R = 38.37%
G = 22.38%
B = 39.25%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D87EDD (or 0xD87EDD) is known color: Orchid. HEX triplet: D8, 7E and DD. RGB value is (216,126,221). Sum of RGB (Red+Green+Blue) = 216+126+221=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D87EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EDD is #278122. Grayscale: #A3A3A3. Windows color (decimal): -2588963 or 14515928. OLE color: 14515928.

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

Color convert

RGB 216 126 221 -
CMYK 0.02 0.43 0 0.13
HSL 296.84º 0.58% 0.68% -
HSV(B) 296.84º 0.43% 0.87% -
XYZ 48.83 34.74 72.54 -
YUV 163.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 216 126 221 0.02 0.43 0 0.13 296.84 0.58 0.68
Hex D8 7E DD 2 2B 0 D 129 3A 44
Octal 330 176 335 2 53 0 15 451 72 104
Binary 11011000 1111110 11011101 10 101011 0 1101 100101001 111010 1000100

Color Harmonies of #D87EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EDD

Black with #D87EDD

Text Example


Text Example

White with #D87EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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