#C579BF

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

Shades of Orchid #C579BF

Tints of Orchid #C579BF

Color information

#C579BF (or 0xC579BF) is unknown color: approx Orchid. HEX triplet: C5, 79 and BF. RGB value is (197,121,191). Sum of RGB (Red+Green+Blue) = 197+121+191=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BF is #3A8640. Grayscale: #979797. Windows color (decimal): -3835457 or 12548549. OLE color: 12548549.

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

Color convert

RGB197121191-
CMYK00.390.030.23
HSL304.74º39.58%62.35%-
HSV(B)304.74º38.58%77.25%-
XYZ39.2729.3152.88-
YUV151.7150.18160.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 191 (75% from 255) = 37.52%
R=38.70%
G=23.77%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712119100.390.030.23304.7439.5862.35
HexC579BF027317131283e
Octal3051712770473274615076
Binary1100010111110011011111101001111110111100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579BF; }

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

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

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

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

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

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

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

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