Html Css Color HEX #D876CB Orchid

📋 copy color: '#D876CB'

red 216 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D876CB

Tints of Orchid #D876CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 40.22%
G = 21.97%
B = 37.8%

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

#D876CB (or 0xD876CB) is known color: Orchid. HEX triplet: D8, 76 and CB. RGB value is (216,118,203). Sum of RGB (Red+Green+Blue) = 216+118+203=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D876CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876CB is #278934. Grayscale: #9C9C9C. Windows color (decimal): -2591029 or 13334232. OLE color: 13334232.

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

Color convert

RGB 216 118 203 -
CMYK 0 0.45 0.06 0.15
HSL 307.96º 0.56% 0.65% -
HSV(B) 307.96º 0.45% 0.85% -
XYZ 45.58 31.87 60.25 -
YUV 156.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 216 118 203 0 0.45 0.06 0.15 307.96 0.56 0.65
Hex D8 76 CB 0 2D 6 F 134 38 41
Octal 330 166 313 0 55 6 17 464 70 101
Binary 11011000 1110110 11001011 0 101101 110 1111 100110100 111000 1000001

Color Harmonies of #D876CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876CB

Black with #D876CB

Text Example


Text Example

White with #D876CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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