Html Css Color HEX #D87FC2 Orchid

📋 copy color: '#D87FC2'

red 216 ◦ green 127 ◦ blue 194

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

Shades of Orchid #D87FC2

Tints of Orchid #D87FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 40.22%
G = 23.65%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D87FC2 (or 0xD87FC2) is known color: Orchid. HEX triplet: D8, 7F and C2. RGB value is (216,127,194). Sum of RGB (Red+Green+Blue) = 216+127+194=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC2 is #27803D. Grayscale: #A1A1A1. Windows color (decimal): -2588734 or 12746712. OLE color: 12746712.

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

Color convert

RGB 216 127 194 -
CMYK 0 0.41 0.10 0.15
HSL 314.83º 0.53% 0.67% -
HSV(B) 314.83º 0.41% 0.85% -
XYZ 45.65 33.67 55.13 -
YUV 161.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 216 127 194 0 0.41 0.10 0.15 314.83 0.53 0.67
Hex D8 7F C2 0 29 A F 13B 35 43
Octal 330 177 302 0 51 12 17 473 65 103
Binary 11011000 1111111 11000010 0 101001 1010 1111 100111011 110101 1000011

Color Harmonies of #D87FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FC2

Black with #D87FC2

Text Example


Text Example

White with #D87FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FC2; }

 p { color: rgb(216,127,194); }

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

background-color css

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

 a { background-color: rgb(216,127,194); }

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

border-color css

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

 span { border-color: rgb(216,127,194); }

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