#C57BC6

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

Shades of Orchid #C57BC6

Tints of Orchid #C57BC6

Color information

#C57BC6 (or 0xC57BC6) is unknown color: approx Orchid. HEX triplet: C5, 7B and C6. RGB value is (197,123,198). Sum of RGB (Red+Green+Blue) = 197+123+198=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #C57BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BC6 is #3A8439. Grayscale: #999999. Windows color (decimal): -3834938 or 13007813. OLE color: 13007813.

HSL color Cylindrical-coordinate representation of color #C57BC6: hue angle of 299.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57BC6 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197123198-
CMYK0.010.3800.22
HSL299.2º39.68%62.94%-
HSV(B)299.2º37.88%77.65%-
XYZ40.330.1157.11-
YUV153.68153.02158.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=38.03%
G=23.75%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971231980.010.3800.22299.239.6862.94
HexC57BC612601612b283f
Octal3051733061460264535077
Binary110001011111011110001101100110010110100101011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BC6; }

 p { color: rgb(197,123,198); }

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

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

 a { background-color: rgb(197,123,198); }

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

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

 span { border-color: rgb(197,123,198); }

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