Html Css Color HEX #C876B7 Orchid

📋 copy color: '#C876B7'

red 200 ◦ green 118 ◦ blue 183

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

Shades of Orchid #C876B7

Tints of Orchid #C876B7

RGB

 RED value IS 200 (78.52% from 255) = 39.92%

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

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 39.92%
G = 23.55%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C876B7 (or 0xC876B7) is known color: Orchid. HEX triplet: C8, 76 and B7. RGB value is (200,118,183). Sum of RGB (Red+Green+Blue) = 200+118+183=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C876B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876B7 is #378948. Grayscale: #959595. Windows color (decimal): -3639625 or 12023496. OLE color: 12023496.

HSL color Cylindrical-coordinate representation of color #C876B7: hue angle of 312.44º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C876B7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 183 -
CMYK 0 0.41 0.08 0.22
HSL 312.44º 0.43% 0.62% -
HSV(B) 312.44º 0.41% 0.78% -
XYZ 38.85 28.66 48.28 -
YUV 149.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 200 118 183 0 0.41 0.08 0.22 312.44 0.43 0.62
Hex C8 76 B7 0 29 8 16 138 2B 3E
Octal 310 166 267 0 51 10 26 470 53 76
Binary 11001000 1110110 10110111 0 101001 1000 10110 100111000 101011 111110

Color Harmonies of #C876B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876B7

Black with #C876B7

Text Example


Text Example

White with #C876B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876B7; }

 p { color: rgb(200,118,183); }

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

background-color css

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

 a { background-color: rgb(200,118,183); }

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

border-color css

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

 span { border-color: rgb(200,118,183); }

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