Html Css Color HEX #D87CC6 Orchid

📋 copy color: '#D87CC6'

red 216 ◦ green 124 ◦ blue 198

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

Shades of Orchid #D87CC6

Tints of Orchid #D87CC6

RGB

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

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

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

R = 40.15%
G = 23.05%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D87CC6 (or 0xD87CC6) is known color: Orchid. HEX triplet: D8, 7C and C6. RGB value is (216,124,198). Sum of RGB (Red+Green+Blue) = 216+124+198=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC6 is #278339. Grayscale: #9F9F9F. Windows color (decimal): -2589498 or 13008088. OLE color: 13008088.

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

Color convert

RGB 216 124 198 -
CMYK 0 0.43 0.08 0.15
HSL 311.74º 0.54% 0.67% -
HSV(B) 311.74º 0.43% 0.85% -
XYZ 45.72 33.09 57.4 -
YUV 159.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 216 124 198 0 0.43 0.08 0.15 311.74 0.54 0.67
Hex D8 7C C6 0 2B 8 F 138 36 43
Octal 330 174 306 0 53 10 17 470 66 103
Binary 11011000 1111100 11000110 0 101011 1000 1111 100111000 110110 1000011

Color Harmonies of #D87CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC6

Black with #D87CC6

Text Example


Text Example

White with #D87CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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