#C579C1

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

Shades of Orchid #C579C1

Tints of Orchid #C579C1

Color information

#C579C1 (or 0xC579C1) is unknown color: approx Orchid. HEX triplet: C5, 79 and C1. RGB value is (197,121,193). Sum of RGB (Red+Green+Blue) = 197+121+193=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C579C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579C1 is #3A863E. Grayscale: #979797. Windows color (decimal): -3835455 or 12679621. OLE color: 12679621.

HSL color Cylindrical-coordinate representation of color #C579C1: hue angle of 303.16º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C579C1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197121193-
CMYK00.390.020.23
HSL303.16º39.58%62.35%-
HSV(B)303.16º38.58%77.25%-
XYZ39.4929.454.04-
YUV151.93151.18160.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=38.55%
G=23.68%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712119300.390.020.23303.1639.5862.35
HexC579C102721712f283e
Octal3051713010472274575076
Binary1100010111110011100000101001111010111100101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579C1; }

 p { color: rgb(197,121,193); }

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

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

 a { background-color: rgb(197,121,193); }

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

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

 span { border-color: rgb(197,121,193); }

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