Html Css Color HEX #D87EC4 Orchid

📋 copy color: '#D87EC4'

red 216 ◦ green 126 ◦ blue 196

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

Shades of Orchid #D87EC4

Tints of Orchid #D87EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.43%

R = 40.15%
G = 23.42%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87EC4 (or 0xD87EC4) is known color: Orchid. HEX triplet: D8, 7E and C4. RGB value is (216,126,196). Sum of RGB (Red+Green+Blue) = 216+126+196=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC4 is #27813B. Grayscale: #A0A0A0. Windows color (decimal): -2588988 or 12877528. OLE color: 12877528.

HSL color Cylindrical-coordinate representation of color #D87EC4: hue angle of 313.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EC4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 126 196 -
CMYK 0 0.42 0.09 0.15
HSL 313.33º 0.54% 0.67% -
HSV(B) 313.33º 0.42% 0.85% -
XYZ 45.74 33.51 56.28 -
YUV 160.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 216 126 196 0 0.42 0.09 0.15 313.33 0.54 0.67
Hex D8 7E C4 0 2A 9 F 139 36 43
Octal 330 176 304 0 52 11 17 471 66 103
Binary 11011000 1111110 11000100 0 101010 1001 1111 100111001 110110 1000011

Color Harmonies of #D87EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EC4

Black with #D87EC4

Text Example


Text Example

White with #D87EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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