Html Css Color HEX #D87FC3 Orchid

📋 copy color: '#D87FC3'

red 216 ◦ green 127 ◦ blue 195

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

Shades of Orchid #D87FC3

Tints of Orchid #D87FC3

RGB

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

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

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

R = 40.15%
G = 23.61%
B = 36.25%

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

#D87FC3 (or 0xD87FC3) is known color: Orchid. HEX triplet: D8, 7F and C3. RGB value is (216,127,195). Sum of RGB (Red+Green+Blue) = 216+127+195=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC3 is #27803C. Grayscale: #A1A1A1. Windows color (decimal): -2588733 or 12812248. OLE color: 12812248.

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

Color convert

RGB 216 127 195 -
CMYK 0 0.41 0.10 0.15
HSL 314.16º 0.53% 0.67% -
HSV(B) 314.16º 0.41% 0.85% -
XYZ 45.76 33.72 55.73 -
YUV 161.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 216 127 195 0 0.41 0.10 0.15 314.16 0.53 0.67
Hex D8 7F C3 0 29 A F 13A 35 43
Octal 330 177 303 0 51 12 17 472 65 103
Binary 11011000 1111111 11000011 0 101001 1010 1111 100111010 110101 1000011

Color Harmonies of #D87FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FC3

Black with #D87FC3

Text Example


Text Example

White with #D87FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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