Html Css Color HEX #D87CC5 Orchid

📋 copy color: '#D87CC5'

red 216 ◦ green 124 ◦ blue 197

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

Shades of Orchid #D87CC5

Tints of Orchid #D87CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.09%

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 40.22%
G = 23.09%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87CC5 (or 0xD87CC5) is known color: Orchid. HEX triplet: D8, 7C and C5. RGB value is (216,124,197). Sum of RGB (Red+Green+Blue) = 216+124+197=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC5 is #27833A. Grayscale: #9F9F9F. Windows color (decimal): -2589499 or 12942552. OLE color: 12942552.

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

Color convert

RGB 216 124 197 -
CMYK 0 0.43 0.09 0.15
HSL 312.39º 0.54% 0.67% -
HSV(B) 312.39º 0.43% 0.85% -
XYZ 45.6 33.05 56.8 -
YUV 159.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 216 124 197 0 0.43 0.09 0.15 312.39 0.54 0.67
Hex D8 7C C5 0 2B 9 F 138 36 43
Octal 330 174 305 0 53 11 17 470 66 103
Binary 11011000 1111100 11000101 0 101011 1001 1111 100111000 110110 1000011

Color Harmonies of #D87CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC5

Black with #D87CC5

Text Example


Text Example

White with #D87CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC5; }

 p { color: rgb(216,124,197); }

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

background-color css

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

 a { background-color: rgb(216,124,197); }

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

border-color css

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

 span { border-color: rgb(216,124,197); }

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