Html Css Color HEX #D876C1 Orchid

📋 copy color: '#D876C1'

red 216 ◦ green 118 ◦ blue 193

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

Shades of Orchid #D876C1

Tints of Orchid #D876C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 40.99%
G = 22.39%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D876C1 (or 0xD876C1) is known color: Orchid. HEX triplet: D8, 76 and C1. RGB value is (216,118,193). Sum of RGB (Red+Green+Blue) = 216+118+193=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D876C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876C1 is #27893E. Grayscale: #9B9B9B. Windows color (decimal): -2591039 or 12678872. OLE color: 12678872.

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

Color convert

RGB 216 118 193 -
CMYK 0 0.45 0.11 0.15
HSL 314.08º 0.56% 0.65% -
HSV(B) 314.08º 0.45% 0.85% -
XYZ 44.42 31.41 54.17 -
YUV 155.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 216 118 193 0 0.45 0.11 0.15 314.08 0.56 0.65
Hex D8 76 C1 0 2D B F 13A 38 41
Octal 330 166 301 0 55 13 17 472 70 101
Binary 11011000 1110110 11000001 0 101101 1011 1111 100111010 111000 1000001

Color Harmonies of #D876C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876C1

Black with #D876C1

Text Example


Text Example

White with #D876C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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