Html Css Color HEX #D876D0 Orchid

📋 copy color: '#D876D0'

red 216 ◦ green 118 ◦ blue 208

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

Shades of Orchid #D876D0

Tints of Orchid #D876D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 39.85%
G = 21.77%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D876D0 (or 0xD876D0) is known color: Orchid. HEX triplet: D8, 76 and D0. RGB value is (216,118,208). Sum of RGB (Red+Green+Blue) = 216+118+208=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D876D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876D0 is #27892F. Grayscale: #9D9D9D. Windows color (decimal): -2591024 or 13661912. OLE color: 13661912.

HSL color Cylindrical-coordinate representation of color #D876D0: hue angle of 304.9º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876D0 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 208 -
CMYK 0 0.45 0.04 0.15
HSL 304.9º 0.56% 0.65% -
HSV(B) 304.9º 0.45% 0.85% -
XYZ 46.18 32.11 63.44 -
YUV 157.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 216 118 208 0 0.45 0.04 0.15 304.9 0.56 0.65
Hex D8 76 D0 0 2D 4 F 131 38 41
Octal 330 166 320 0 55 4 17 461 70 101
Binary 11011000 1110110 11010000 0 101101 100 1111 100110001 111000 1000001

Color Harmonies of #D876D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876D0

Black with #D876D0

Text Example


Text Example

White with #D876D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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