Html Css Color HEX #D87EC3 Orchid

📋 copy color: '#D87EC3'

red 216 ◦ green 126 ◦ blue 195

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

Shades of Orchid #D87EC3

Tints of Orchid #D87EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.31%

R = 40.22%
G = 23.46%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D87EC3 (or 0xD87EC3) is known color: Orchid. HEX triplet: D8, 7E and C3. RGB value is (216,126,195). Sum of RGB (Red+Green+Blue) = 216+126+195=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC3 is #27813C. Grayscale: #A0A0A0. Windows color (decimal): -2588989 or 12811992. OLE color: 12811992.

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

Color convert

RGB 216 126 195 -
CMYK 0 0.42 0.10 0.15
HSL 314º 0.54% 0.67% -
HSV(B) 314º 0.42% 0.85% -
XYZ 45.63 33.46 55.68 -
YUV 160.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 216 126 195 0 0.42 0.10 0.15 314 0.54 0.67
Hex D8 7E C3 0 2A A F 13A 36 43
Octal 330 176 303 0 52 12 17 472 66 103
Binary 11011000 1111110 11000011 0 101010 1010 1111 100111010 110110 1000011

Color Harmonies of #D87EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EC3

Black with #D87EC3

Text Example


Text Example

White with #D87EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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