Html Css Color HEX #C876BA Orchid

📋 copy color: '#C876BA'

red 200 ◦ green 118 ◦ blue 186

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

Shades of Orchid #C876BA

Tints of Orchid #C876BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 39.68%
G = 23.41%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C876BA (or 0xC876BA) is known color: Orchid. HEX triplet: C8, 76 and BA. RGB value is (200,118,186). Sum of RGB (Red+Green+Blue) = 200+118+186=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C876BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876BA is #378945. Grayscale: #969696. Windows color (decimal): -3639622 or 12220104. OLE color: 12220104.

HSL color Cylindrical-coordinate representation of color #C876BA: hue angle of 310.24º 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 #C876BA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 186 -
CMYK 0 0.41 0.07 0.22
HSL 310.24º 0.43% 0.62% -
HSV(B) 310.24º 0.41% 0.78% -
XYZ 39.16 28.78 49.95 -
YUV 150.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 200 118 186 0 0.41 0.07 0.22 310.24 0.43 0.62
Hex C8 76 BA 0 29 7 16 136 2B 3E
Octal 310 166 272 0 51 7 26 466 53 76
Binary 11001000 1110110 10111010 0 101001 111 10110 100110110 101011 111110

Color Harmonies of #C876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876BA

Black with #C876BA

Text Example


Text Example

White with #C876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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