Html Css Color HEX #D876D3 Orchid

📋 copy color: '#D876D3'

red 216 ◦ green 118 ◦ blue 211

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

Shades of Orchid #D876D3

Tints of Orchid #D876D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 39.63%
G = 21.65%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D876D3 (or 0xD876D3) is known color: Orchid. HEX triplet: D8, 76 and D3. RGB value is (216,118,211). Sum of RGB (Red+Green+Blue) = 216+118+211=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D876D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876D3 is #27892C. Grayscale: #9D9D9D. Windows color (decimal): -2591021 or 13858520. OLE color: 13858520.

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

Color convert

RGB 216 118 211 -
CMYK 0 0.45 0.02 0.15
HSL 303.06º 0.56% 0.65% -
HSV(B) 303.06º 0.45% 0.85% -
XYZ 46.56 32.26 65.4 -
YUV 157.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 216 118 211 0 0.45 0.02 0.15 303.06 0.56 0.65
Hex D8 76 D3 0 2D 2 F 12F 38 41
Octal 330 166 323 0 55 2 17 457 70 101
Binary 11011000 1110110 11010011 0 101101 10 1111 100101111 111000 1000001

Color Harmonies of #D876D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876D3

Black with #D876D3

Text Example


Text Example

White with #D876D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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