#c877c4

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

Shades of Orchid #C877C4

Tints of Orchid #C877C4

Color information

#C877C4 (or 0xC877C4) is unknown color: approx Orchid. HEX triplet: C8, 77 and C4. RGB value is (200,119,196). Sum of RGB (Red+Green+Blue) = 200+119+196=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C877C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877C4 is #37883B. Grayscale: #979797. Windows color (decimal): -3639356 or 12875720. OLE color: 12875720.

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

Color convert

RGB200119196-
CMYK00.400.020.22
HSL302.96º42.41%62.55%-
HSV(B)302.96º40.5%78.43%-
XYZ40.3829.4655.78-
YUV152152.84162.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=38.83%
G=23.11%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011919600.400.020.22302.9642.4162.55
HexC877C402821612f2a3f
Octal3101673040502264575277
Binary1100100011101111100010001010001010110100101111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c877c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c877c4; }

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

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

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

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

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

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

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

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