Html Css Color HEX #C876BE Orchid

📋 copy color: '#C876BE'

red 200 ◦ green 118 ◦ blue 190

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

Shades of Orchid #C876BE

Tints of Orchid #C876BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 39.37%
G = 23.23%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C876BE (or 0xC876BE) is known color: Orchid. HEX triplet: C8, 76 and BE. RGB value is (200,118,190). Sum of RGB (Red+Green+Blue) = 200+118+190=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C876BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876BE is #378941. Grayscale: #969696. Windows color (decimal): -3639618 or 12482248. OLE color: 12482248.

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

Color convert

RGB 200 118 190 -
CMYK 0 0.41 0.05 0.22
HSL 307.32º 0.43% 0.62% -
HSV(B) 307.32º 0.41% 0.78% -
XYZ 39.59 28.95 52.22 -
YUV 150.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 200 118 190 0 0.41 0.05 0.22 307.32 0.43 0.62
Hex C8 76 BE 0 29 5 16 133 2B 3E
Octal 310 166 276 0 51 5 26 463 53 76
Binary 11001000 1110110 10111110 0 101001 101 10110 100110011 101011 111110

Color Harmonies of #C876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C876BE

Black with #C876BE

Text Example


Text Example

White with #C876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C876BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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