Html Css Color HEX #D87CC7 Orchid

📋 copy color: '#D87CC7'

red 216 ◦ green 124 ◦ blue 199

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

Shades of Orchid #D87CC7

Tints of Orchid #D87CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 40.07%
G = 23.01%
B = 36.92%

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

#D87CC7 (or 0xD87CC7) is known color: Orchid. HEX triplet: D8, 7C and C7. RGB value is (216,124,199). Sum of RGB (Red+Green+Blue) = 216+124+199=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC7 is #278338. Grayscale: #9F9F9F. Windows color (decimal): -2589497 or 13073624. OLE color: 13073624.

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

Color convert

RGB 216 124 199 -
CMYK 0 0.43 0.08 0.15
HSL 311.09º 0.54% 0.67% -
HSV(B) 311.09º 0.43% 0.85% -
XYZ 45.84 33.14 58.01 -
YUV 160.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 216 124 199 0 0.43 0.08 0.15 311.09 0.54 0.67
Hex D8 7C C7 0 2B 8 F 137 36 43
Octal 330 174 307 0 53 10 17 467 66 103
Binary 11011000 1111100 11000111 0 101011 1000 1111 100110111 110110 1000011

Color Harmonies of #D87CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC7

Black with #D87CC7

Text Example


Text Example

White with #D87CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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