#C579C4

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

Shades of Orchid #C579C4

Tints of Orchid #C579C4

Color information

#C579C4 (or 0xC579C4) is unknown color: approx Orchid. HEX triplet: C5, 79 and C4. RGB value is (197,121,196). Sum of RGB (Red+Green+Blue) = 197+121+196=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C579C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579C4 is #3A863B. Grayscale: #989898. Windows color (decimal): -3835452 or 12876229. OLE color: 12876229.

HSL color Cylindrical-coordinate representation of color #C579C4: hue angle of 300.79º 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 #C579C4 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197121196-
CMYK00.390.010.23
HSL300.79º39.58%62.35%-
HSV(B)300.79º38.58%77.25%-
XYZ39.8329.5355.83-
YUV152.27152.68159.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=38.33%
G=23.54%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712119600.390.010.23300.7939.5862.35
HexC579C402711712d283e
Octal3051713040471274555076
Binary110001011111001110001000100111110111100101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579C4; }

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

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

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

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

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

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

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

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