Html Css Color HEX #D876CC Orchid

📋 copy color: '#D876CC'

red 216 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D876CC

Tints of Orchid #D876CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 40.15%
G = 21.93%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D876CC (or 0xD876CC) is known color: Orchid. HEX triplet: D8, 76 and CC. RGB value is (216,118,204). Sum of RGB (Red+Green+Blue) = 216+118+204=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D876CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876CC is #278933. Grayscale: #9C9C9C. Windows color (decimal): -2591028 or 13399768. OLE color: 13399768.

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

Color convert

RGB 216 118 204 -
CMYK 0 0.45 0.06 0.15
HSL 307.35º 0.56% 0.65% -
HSV(B) 307.35º 0.45% 0.85% -
XYZ 45.7 31.92 60.88 -
YUV 157.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 216 118 204 0 0.45 0.06 0.15 307.35 0.56 0.65
Hex D8 76 CC 0 2D 6 F 133 38 41
Octal 330 166 314 0 55 6 17 463 70 101
Binary 11011000 1110110 11001100 0 101101 110 1111 100110011 111000 1000001

Color Harmonies of #D876CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876CC

Black with #D876CC

Text Example


Text Example

White with #D876CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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