#C877C1

Color #C877C1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C877C1

Tints of Orchid #C877C1

Color information

#C877C1 (or 0xC877C1) is unknown color: approx Orchid. HEX triplet: C8, 77 and C1. RGB value is (200,119,193). Sum of RGB (Red+Green+Blue) = 200+119+193=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C877C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877C1 is #37883E. Grayscale: #979797. Windows color (decimal): -3639359 or 12679112. OLE color: 12679112.

HSL color Cylindrical-coordinate representation of color #C877C1: hue angle of 305.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C877C1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200119193-
CMYK00.400.040.22
HSL305.19º42.41%62.55%-
HSV(B)305.19º40.5%78.43%-
XYZ40.0429.3254-
YUV151.66151.34162.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=39.06%
G=23.24%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011919300.400.040.22305.1942.4162.55
HexC877C10284161312a3f
Octal3101673010504264615277
Binary11001000111011111000001010100010010110100110001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877C1; }

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

 H1.HeaderClassName
 {
   color: #C877C1;
 }
 .AnyTagClassName
 {
   color: #C877C1;
 }
</style>
background-color css

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

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

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

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

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

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