Html Css Color HEX #D87CC8 Orchid

📋 copy color: '#D87CC8'

red 216 ◦ green 124 ◦ blue 200

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

Shades of Orchid #D87CC8

Tints of Orchid #D87CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 40%
G = 22.96%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D87CC8 (or 0xD87CC8) is known color: Orchid. HEX triplet: D8, 7C and C8. RGB value is (216,124,200). Sum of RGB (Red+Green+Blue) = 216+124+200=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC8 is #278337. Grayscale: #9F9F9F. Windows color (decimal): -2589496 or 13139160. OLE color: 13139160.

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

Color convert

RGB 216 124 200 -
CMYK 0 0.43 0.07 0.15
HSL 310.43º 0.54% 0.67% -
HSV(B) 310.43º 0.43% 0.85% -
XYZ 45.95 33.18 58.63 -
YUV 160.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 216 124 200 0 0.43 0.07 0.15 310.43 0.54 0.67
Hex D8 7C C8 0 2B 7 F 136 36 43
Octal 330 174 310 0 53 7 17 466 66 103
Binary 11011000 1111100 11001000 0 101011 111 1111 100110110 110110 1000011

Color Harmonies of #D87CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC8

Black with #D87CC8

Text Example


Text Example

White with #D87CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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