Html Css Color HEX #C876C6 Orchid

📋 copy color: '#C876C6'

red 200 ◦ green 118 ◦ blue 198

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

Shades of Orchid #C876C6

Tints of Orchid #C876C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 38.76%
G = 22.87%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C876C6 (or 0xC876C6) is known color: Orchid. HEX triplet: C8, 76 and C6. RGB value is (200,118,198). Sum of RGB (Red+Green+Blue) = 200+118+198=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C6 is #378939. Grayscale: #979797. Windows color (decimal): -3639610 or 13006536. OLE color: 13006536.

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

Color convert

RGB 200 118 198 -
CMYK 0 0.41 0.01 0.22
HSL 301.46º 0.43% 0.62% -
HSV(B) 301.46º 0.41% 0.78% -
XYZ 40.49 29.31 56.95 -
YUV 151.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 200 118 198 0 0.41 0.01 0.22 301.46 0.43 0.62
Hex C8 76 C6 0 29 1 16 12D 2B 3E
Octal 310 166 306 0 51 1 26 455 53 76
Binary 11001000 1110110 11000110 0 101001 1 10110 100101101 101011 111110

Color Harmonies of #C876C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876C6

Black with #C876C6

Text Example


Text Example

White with #C876C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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