Html Css Color HEX #D876DC Orchid

📋 copy color: '#D876DC'

red 216 ◦ green 118 ◦ blue 220

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

Shades of Orchid #D876DC

Tints of Orchid #D876DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 38.99%
G = 21.3%
B = 39.71%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D876DC (or 0xD876DC) is known color: Orchid. HEX triplet: D8, 76 and DC. RGB value is (216,118,220). Sum of RGB (Red+Green+Blue) = 216+118+220=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D876DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876DC is #278923. Grayscale: #9E9E9E. Windows color (decimal): -2591012 or 14448344. OLE color: 14448344.

HSL color Cylindrical-coordinate representation of color #D876DC: hue angle of 297.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D876DC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 118 220 -
CMYK 0.02 0.46 0 0.14
HSL 297.65º 0.59% 0.66% -
HSV(B) 297.65º 0.46% 0.86% -
XYZ 47.72 32.72 71.51 -
YUV 158.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 216 118 220 0.02 0.46 0 0.14 297.65 0.59 0.66
Hex D8 76 DC 2 2E 0 E 12A 3B 42
Octal 330 166 334 2 56 0 16 452 73 102
Binary 11011000 1110110 11011100 10 101110 0 1110 100101010 111011 1000010

Color Harmonies of #D876DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876DC

Black with #D876DC

Text Example


Text Example

White with #D876DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876DC; }

 p { color: rgb(216,118,220); }

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

background-color css

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

 a { background-color: rgb(216,118,220); }

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

border-color css

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

 span { border-color: rgb(216,118,220); }

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