Html Css Color HEX #D87DC6 Orchid

📋 copy color: '#D87DC6'

red 216 ◦ green 125 ◦ blue 198

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

Shades of Orchid #D87DC6

Tints of Orchid #D87DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

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

R = 40.07%
G = 23.19%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D87DC6 (or 0xD87DC6) is known color: Orchid. HEX triplet: D8, 7D and C6. RGB value is (216,125,198). Sum of RGB (Red+Green+Blue) = 216+125+198=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC6 is #278239. Grayscale: #A0A0A0. Windows color (decimal): -2589242 or 13008344. OLE color: 13008344.

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

Color convert

RGB 216 125 198 -
CMYK 0 0.42 0.08 0.15
HSL 311.87º 0.54% 0.67% -
HSV(B) 311.87º 0.42% 0.85% -
XYZ 45.85 33.34 57.45 -
YUV 160.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 216 125 198 0 0.42 0.08 0.15 311.87 0.54 0.67
Hex D8 7D C6 0 2A 8 F 138 36 43
Octal 330 175 306 0 52 10 17 470 66 103
Binary 11011000 1111101 11000110 0 101010 1000 1111 100111000 110110 1000011

Color Harmonies of #D87DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DC6

Black with #D87DC6

Text Example


Text Example

White with #D87DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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