Html Css Color HEX #D87EC6 Orchid

📋 copy color: '#D87EC6'

red 216 ◦ green 126 ◦ blue 198

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

Shades of Orchid #D87EC6

Tints of Orchid #D87EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D87EC6 (or 0xD87EC6) is known color: Orchid. HEX triplet: D8, 7E and C6. RGB value is (216,126,198). Sum of RGB (Red+Green+Blue) = 216+126+198=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC6 is #278139. Grayscale: #A0A0A0. Windows color (decimal): -2588986 or 13008600. OLE color: 13008600.

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

Color convert

RGB 216 126 198 -
CMYK 0 0.42 0.08 0.15
HSL 312º 0.54% 0.67% -
HSV(B) 312º 0.42% 0.85% -
XYZ 45.97 33.6 57.49 -
YUV 161.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 216 126 198 0 0.42 0.08 0.15 312 0.54 0.67
Hex D8 7E C6 0 2A 8 F 138 36 43
Octal 330 176 306 0 52 10 17 470 66 103
Binary 11011000 1111110 11000110 0 101010 1000 1111 100111000 110110 1000011

Color Harmonies of #D87EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EC6

Black with #D87EC6

Text Example


Text Example

White with #D87EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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