Html Css Color HEX #C876C1 Orchid

📋 copy color: '#C876C1'

red 200 ◦ green 118 ◦ blue 193

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

Shades of Orchid #C876C1

Tints of Orchid #C876C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 39.14%
G = 23.09%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C876C1 (or 0xC876C1) is known color: Orchid. HEX triplet: C8, 76 and C1. RGB value is (200,118,193). Sum of RGB (Red+Green+Blue) = 200+118+193=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C1 is #37893E. Grayscale: #969696. Windows color (decimal): -3639615 or 12678856. OLE color: 12678856.

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

Color convert

RGB 200 118 193 -
CMYK 0 0.41 0.04 0.22
HSL 305.12º 0.43% 0.62% -
HSV(B) 305.12º 0.41% 0.78% -
XYZ 39.92 29.09 53.96 -
YUV 151.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 200 118 193 0 0.41 0.04 0.22 305.12 0.43 0.62
Hex C8 76 C1 0 29 4 16 131 2B 3E
Octal 310 166 301 0 51 4 26 461 53 76
Binary 11001000 1110110 11000001 0 101001 100 10110 100110001 101011 111110

Color Harmonies of #C876C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876C1

Black with #C876C1

Text Example


Text Example

White with #C876C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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