Html Css Color HEX #C876DC Orchid

📋 copy color: '#C876DC'

red 200 ◦ green 118 ◦ blue 220

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

Shades of Orchid #C876DC

Tints of Orchid #C876DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 37.17%
G = 21.93%
B = 40.89%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C876DC (or 0xC876DC) is known color: Orchid. HEX triplet: C8, 76 and DC. RGB value is (200,118,220). Sum of RGB (Red+Green+Blue) = 200+118+220=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C876DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876DC is #378923. Grayscale: #999999. Windows color (decimal): -3639588 or 14448328. OLE color: 14448328.

HSL color Cylindrical-coordinate representation of color #C876DC: hue angle of 288.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C876DC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 118 220 -
CMYK 0.09 0.46 0 0.14
HSL 288.24º 0.59% 0.66% -
HSV(B) 288.24º 0.46% 0.86% -
XYZ 43.22 30.4 71.3 -
YUV 154.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 200 118 220 0.09 0.46 0 0.14 288.24 0.59 0.66
Hex C8 76 DC 9 2E 0 E 120 3B 42
Octal 310 166 334 11 56 0 16 440 73 102
Binary 11001000 1110110 11011100 1001 101110 0 1110 100100000 111011 1000010

Color Harmonies of #C876DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876DC

Black with #C876DC

Text Example


Text Example

White with #C876DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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